Compartir a través de


RsaEncryptionCookieTransform.EncryptionKey Propiedad

Definición

Obtiene o establece la clave RSA que se usa para el cifrado.

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

Valor de propiedad

RSA

La clave RSA que se usa para el cifrado.

Comentarios

Al establecer esta propiedad también se establece la DecryptionKeys propiedad en una colección que contiene la misma clave que su único elemento.

Se aplica a