Share via


RsaEncryptionCookieTransform.EncryptionKey 속성

정의

암호화에 사용되는 RSA 키를 가져오거나 설정합니다.

public:
 virtual property System::Security::Cryptography::RSA ^ EncryptionKey { System::Security::Cryptography::RSA ^ get(); void set(System::Security::Cryptography::RSA ^ value); };
public virtual System.Security.Cryptography.RSA EncryptionKey { get; set; }
member this.EncryptionKey : System.Security.Cryptography.RSA with get, set
Public Overridable Property EncryptionKey As RSA

속성 값

RSA

암호화에 사용된 RSA 키입니다.

설명

이 속성을 설정 집합을 DecryptionKeys 가 유일한 요소인 동일한 키가 포함 된 컬렉션에는 속성입니다.

적용 대상