共用方式為


CngKeyBlobFormat.OpaqueTransportBlob 屬性

定義

取得 CngKeyBlobFormat 物件,指定不透明傳輸金鑰 BLOB。

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

屬性值

指定不透明傳輸金鑰 BLOB 的物件。

備註

不透明傳輸金鑰 BLOB 的格式是由每個金鑰儲存提供者所決定,並與這些金鑰儲存提供者相關聯。 針對這兩項作業,匯入和匯出不透明傳輸格式的金鑰需要使用相同的金鑰儲存提供者。

適用於