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)

プロパティ値

復号化のために使用するキー。

適用対象