ICEnroll4::addBlobPropertyToCertificate 方法 (xenroll.h)
[此方法已不再可供 Windows Server 2008 和 Windows Vista 使用。]
addBlobPropertyToCertificate 方法會將 BLOB 屬性新增至憑證。
此屬性最初是在 ICEnroll4 介面中定義。
語法
HRESULT addBlobPropertyToCertificate(
[in] LONG lPropertyId,
[in] LONG lReserved,
[in] BSTR bstrProperty
);
參數
[in] lPropertyId
要新增至憑證之 BLOB 屬性的標識碼。
[in] lReserved
此參數是保留的,而且必須是零。
[in] bstrProperty
與 BLOB 屬性相關聯的數據。 此參數可以是下列其中一個值。
值 | 意義 |
---|---|
|
檔名,其中包含與憑證公鑰相關聯的私鑰。 |
|
憑證的顯示名稱。 |
|
憑證 UI 所顯示的屬性。 此屬性可讓使用者描述憑證的使用。 |
|
已更新憑證的哈希。 |
傳回值
無
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | xenroll.h |
程式庫 | Uuid.lib |
Dll | Xenroll.dll |