CngKeyBlobFormat.Pkcs8PrivateBlob 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 格式的私用和公鑰數據。