Condividi tramite


RsaSignatureCookieTransform.VerificationKeys Proprietà

Definizione

Ottiene la raccolta di chiavi utilizzate per la verifica della firma.

Per impostazione predefinita, questa proprietà restituisce un elenco contenente solo la chiave di 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)

Valore della proprietà

La raccolta di chiavi utilizzate per la verifica della firma.

Si applica a