Sdílet prostřednictvím


RsaSignatureCookieTransform.VerificationKeys Vlastnost

Definice

Získá kolekci klíčů používaných pro ověření podpisu.

Ve výchozím nastavení vrátí tato vlastnost seznam, který obsahuje pouze podpisový klíč.

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)

Hodnota vlastnosti

Kolekce klíčů používaných k ověření podpisu.

Platí pro