RsaEncryptionCookieTransform.EncryptionKey Eigenschap

Definitie

Hiermee haalt u de RSA-sleutel op die wordt gebruikt voor versleuteling.

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

Waarde van eigenschap

RSA

De RSA-sleutel die wordt gebruikt voor versleuteling.

Opmerkingen

Als u deze eigenschap instelt, wordt de DecryptionKeys eigenschap ook ingesteld op een verzameling die dezelfde sleutel bevat als het enige element.

Van toepassing op