CngKeyBlobFormat.Pkcs8PrivateBlob 屬性

定義

取得 CngKeyBlobFormat 物件,指定 Private Key Information Syntax Standard (PKCS #8) 金鑰 BLOB。

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

屬性值

指定 PKCS #8 私密金鑰 BLOB 的物件。

備註

PKCS #8 私密金鑰 BLOB 包含 PKCS #8 格式的私用和公開金鑰資料。

適用於