Sdílet prostřednictvím


RsaEncryptionCookieTransform.EncryptionKey Vlastnost

Definice

Získá nebo nastaví klíč RSA použitý pro šifrování.

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

Hodnota vlastnosti

RSA

Klíč RSA použitý k šifrování.

Poznámky

Nastavení této vlastnosti také nastaví DecryptionKeys vlastnost na kolekci, která obsahuje stejný klíč jako její jediný prvek.

Platí pro