Share via


RecipientInfo.EncryptedKey 속성

정의

EncryptedKey 추상 속성은 암호화된 수신자 키 재료를 검색합니다.

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

속성 값

Byte[]

암호화된 수신자 키 재료가 포함된 바이트 값의 배열입니다.

설명

및 로 재정의된 KeyAgreeRecipientInfoKeyTransRecipientInfo추상 속성입니다.

적용 대상

추가 정보