RsaEncryptionCookieTransform.DecryptionKeys Propiedad

Definición

Obtiene las claves usadas para el descifrado De forma predeterminada, esta propiedad devuelve una lista que contiene solo la clave de cifrado.

protected:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Security::Cryptography::RSA ^> ^ DecryptionKeys { System::Collections::ObjectModel::ReadOnlyCollection<System::Security::Cryptography::RSA ^> ^ get(); };
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.RSA> DecryptionKeys { get; }
member this.DecryptionKeys : System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.RSA>
Protected Overridable ReadOnly Property DecryptionKeys As ReadOnlyCollection(Of RSA)

Valor de propiedad

Claves que se van a usar para el descifrado.

Se aplica a