Aracılığıyla paylaş


RsaEncryptionCookieTransform.DecryptionKeys Özellik

Tanım

Şifre çözme için kullanılan anahtarları alır Varsayılan olarak, bu özellik yalnızca şifreleme anahtarını içeren bir liste döndürür.

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)

Özellik Değeri

Şifre çözme için kullanılacak anahtarlar.

Şunlara uygulanır