ICryptAttributes::AddRange 方法 (certenroll.h)
AddRange 方法将 ICryptAttribute 对象的范围添加到集合中。 属性包含在另一个 ICryptAttributes 集合中 。
语法
HRESULT AddRange(
[in] ICryptAttributes *pValue
);
参数
[in] pValue
指向包含要添加的属性集合的 ICryptAttributes 接口的指针。
返回值
如果函数成功,该函数将返回 S_OK。
如果函数失败,它将返回指示错误的 HRESULT 值。 有关常见错误代码的列表,请参阅 常见 HRESULT 值。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | certenroll.h |
DLL | CertEnroll.dll |