CngKeyBlobFormat.GenericPrivateBlob 屬性

定義

取得 CngKeyBlobFormat 物件,指定泛型私密金鑰 BLOB。

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 來決定。

適用於