Compartir a través de


RsaSignatureCookieTransform.VerificationKeys Propiedad

Definición

Obtiene la colección de claves utilizadas para la comprobación de signaturas.

De forma predeterminada, esta propiedad devuelve una lista que contiene solo la clave de firma.

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

Valor de propiedad

La colección de claves utilizadas para la comprobación de signaturas.

Se aplica a