CngKeyBlobFormat.GenericPrivateBlob 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个指定泛型私钥 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 来确定。