CngKeyBlobFormat.GenericPublicBlob 属性

定义

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

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

属性值

CngKeyBlobFormat

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

注解

泛型公钥 BLOB 可以包含任何类型的公钥。 BLOB 包含的公钥的类型只能通过检查 BLOB 来确定。

适用于