共用方式為


RsaEncryptionCookieTransform.DecryptionKeys 屬性

定義

取得用來解密的金鑰。根據預設,這個屬性會傳回只包含加密金鑰的清單。

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)

屬性值

用來解密的金鑰。

適用於