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 的格式取決於每個金鑰儲存提供者,並與這些金鑰儲存提供者相關聯。 以不透明傳輸格式匯入和匯出金鑰需要針對這兩項作業使用相同的金鑰儲存提供者。

適用於