RSAKeyValue.Key Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the instance of RSA that holds the public key.
public:
property System::Security::Cryptography::RSA ^ Key { System::Security::Cryptography::RSA ^ get(); void set(System::Security::Cryptography::RSA ^ value); };
public System.Security.Cryptography.RSA Key { get; set; }
member this.Key : System.Security.Cryptography.RSA with get, set
Public Property Key As RSA
Property Value
The instance of RSA that holds the public key.
Remarks
The Key property represents the public key to add to an XML digital signature using the <Modulus>
subelement and the <Exponent>
subelement of the <RSAKeyValue>
element.
For more information about XML digital signatures, see the W3C specification.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.