다음을 통해 공유


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)

속성 값

암호화에 사용할 키입니다.

적용 대상