IEnroll2::p ut_HashAlgID 方法 (xenroll.h)
[此属性在 Windows Server 2008 和 Windows Vista 中不再可用。]
HashAlgID 属性设置或检索对 PKCS #10 证书请求进行签名时使用的哈希算法。
此属性首先在 IEnroll2 接口中引入。
此属性是可读写的。
语法
HRESULT put_HashAlgID(
LONG hashAlgID
);
参数
hashAlgID
返回值
无
备注
此属性的值是 哈希算法 ID,例如 EnumAlgs 方法返回的 ID。 如果同时设置了 HashAlgID 和 HashAlgorithmWStr 属性,则以最近更新的为准,确定用于对 PKCS #10 请求进行签名的哈希算法。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | xenroll.h |
Library | Uuid.lib |
DLL | Xenroll.dll |