CngKeyBlobFormat.GenericPrivateBlob 属性

定义

获取一个指定泛型私钥 BLOB 的 CngKeyBlobFormat 对象。

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

属性值

一个指定泛型私钥 BLOB 的对象。

注解

泛型私钥 BLOB 可以包含任何类型的私钥,不一定包含相应的公钥。 BLOB 包含的密钥类型只能通过检查 BLOB 来确定。

适用于