Skip to content

The key variable should be renamed to rsaKey #7441

@mshwf

Description

@mshwf

The key variable should be renamed to rsaKey in the "How to: Sign XML Documents with Digital Signatures"

In this doc, there's a typo in the line:
signedXml.SigningKey = key;
it should be
signedXml.SigningKey = rsaKey;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions