RsaSignatureCookieTransform.SigningKey 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 RSA key that is used for signing.
public:
virtual property System::Security::Cryptography::RSA ^ SigningKey { System::Security::Cryptography::RSA ^ get(); void set(System::Security::Cryptography::RSA ^ value); };
public virtual System.Security.Cryptography.RSA SigningKey { get; set; }
member this.SigningKey : System.Security.Cryptography.RSA with get, set
Public Overridable Property SigningKey As RSA
Property Value
The RSA key that is used for signing.
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.