ICertificationAuthorities::add method (certenroll.h)
Add 方法将 ICertificationAuthority 对象添加到集合中。 此方法已启用 Web。
语法
HRESULT Add(
[in] ICertificationAuthority *pVal
);
参数
[in] pVal
指向要添加到集合的 ICertificationAuthority 对象的指针。
返回值
如果函数成功,该函数将返回 S_OK。
如果函数失败,它将返回指示错误的 HRESULT 值。 有关常见错误代码的列表,请参阅 常见 HRESULT 值。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | certenroll.h |