CertRemoveStoreFromCollection 函数 (wincrypt.h)
CertRemoveStoreFromCollection 函数从集合存储中删除同级证书存储。
语法
void CertRemoveStoreFromCollection(
[in] HCERTSTORE hCollectionStore,
[in] HCERTSTORE hSiblingStore
);
参数
[in] hCollectionStore
集合证书存储的句柄。
[in] hSiblingStore
要从集合存储中删除的同级证书存储的句柄。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [桌面应用 | UWP 应用] |
最低受支持的服务器 | Windows Server 2003 [桌面应用 | UWP 应用] |
目标平台 | Windows |
标头 | wincrypt.h |
Library | Crypt32.lib |
DLL | Crypt32.dll |