IEnroll4::addBlobPropertyToCertificateWStr 方法 (xenroll.h)
[此方法在 Windows Server 2008 和 Windows Vista 中不再可用。]
addBlobPropertyToCertificateWStr 方法将 BLOB 属性添加到证书。 此方法首先在 IEnroll4 接口中定义。
语法
HRESULT addBlobPropertyToCertificateWStr(
[in] LONG lPropertyId,
[in] LONG lReserved,
[in] PCRYPT_DATA_BLOB pBlobProperty
);
参数
[in] lPropertyId
要添加到证书的 BLOB 属性的标识符。
[in] lReserved
此参数为保留参数。 必须为零。
[in] pBlobProperty
指向 CRYPT_DATA_BLOB 结构的指针,该结构表示 BLOB 属性的数据。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | xenroll.h |
Library | Uuid.lib |
DLL | Xenroll.dll |