CngKeyBlobFormat.Pkcs8PrivateBlob 属性

定义

获取一个 CngKeyBlobFormat 对象,它指定私钥信息语法标准 (PKCS #8) 密钥 BLOB。

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 格式的私钥和公钥材料。

适用于