IX509AttributeArchiveKey::get_EncryptedKeyBlob 方法 (certenroll.h)

EncryptedKeyBlob 屬性會擷取包含加密金鑰的位元組陣列。 位元組陣列是以 Unicode 編碼的字串表示。

這個屬性是唯讀的。

語法

HRESULT get_EncryptedKeyBlob(
  EncodingType Encoding,
  BSTR         *pValue
);

參數

Encoding

pValue

傳回值

備註

呼叫 InitializeEncode 方法或 InitializeDecode 方法,以初始化 EncryptedKeyBlob 屬性。 您可以呼叫下列屬性來擷取原始資料:

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
目標平台 Windows
標頭 certenroll.h
Dll CertEnroll.dll

另請參閱

IX509AttributeArchiveKey