다음을 통해 공유


KeyTransRecipientInfo.EncryptedKey 속성

정의

EncryptedKey 속성은 이 키의 전송 수신자에 대한 암호화된 키를 검색합니다.

public:
 virtual property cli::array <System::Byte> ^ EncryptedKey { cli::array <System::Byte> ^ get(); };
public override byte[] EncryptedKey { get; }
member this.EncryptedKey : byte[]
Public Overrides ReadOnly Property EncryptedKey As Byte()

속성 값

Byte[]

암호화된 키를 나타내는 바이트 값의 배열입니다.

적용 대상

추가 정보