RsaSignatureCookieTransform.SigningKey Property

Definition

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

RSA

The RSA key that is used for signing.

Applies to