RsaEncryptionCookieTransform.EncryptionKey Właściwość

Definicja

Pobiera lub ustawia klucz RSA używany do szyfrowania.

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

Wartość właściwości

RSA

Klucz RSA używany do szyfrowania.

Uwagi

Ustawienie tej właściwości powoduje również ustawienie DecryptionKeys właściwości na kolekcję zawierającą ten sam klucz co jego jedyny element.

Dotyczy