RsaEncryptionCookieTransform.EncryptionKey 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 used for encryption.
public:
virtual property System::Security::Cryptography::RSA ^ EncryptionKey { System::Security::Cryptography::RSA ^ get(); void set(System::Security::Cryptography::RSA ^ value); };
public virtual System.Security.Cryptography.RSA EncryptionKey { get; set; }
member this.EncryptionKey : System.Security.Cryptography.RSA with get, set
Public Overridable Property EncryptionKey As RSA
Property Value
The RSA key used for encryption.
Remarks
Setting this property also sets the DecryptionKeys property to a collection that contains the same key as its only element.
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.