CngKeyBlobFormat.Pkcs8PrivateBlob 속성

정의

PKCS #8(Private Key Information Syntax Standard) 키 BLOB을 지정하는 CngKeyBlobFormat 개체를 가져옵니다.

public:
 static property System::Security::Cryptography::CngKeyBlobFormat ^ Pkcs8PrivateBlob { System::Security::Cryptography::CngKeyBlobFormat ^ get(); };
public static System.Security.Cryptography.CngKeyBlobFormat Pkcs8PrivateBlob { get; }
member this.Pkcs8PrivateBlob : System.Security.Cryptography.CngKeyBlobFormat
Public Shared ReadOnly Property Pkcs8PrivateBlob As CngKeyBlobFormat

속성 값

CngKeyBlobFormat

PKCS #8 프라이빗 키 BLOB을 지정하는 개체입니다.

설명

PKCS #8 프라이빗 키 BLOB에는 PKCS #8 형식의 프라이빗 키 자료와 공개 키 자료가 모두 포함되어 있습니다.

적용 대상