Aracılığıyla paylaş


RsaSignatureCookieTransform.VerificationKeys Özellik

Tanım

İmza doğrulaması için kullanılan anahtar koleksiyonunu alır.

Varsayılan olarak, bu özellik yalnızca imzalama anahtarını içeren bir liste döndürür.

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)

Özellik Değeri

İmza doğrulaması için kullanılan anahtar koleksiyonu.

Şunlara uygulanır