CertRemoveStoreFromCollection (Compact 2013)
3/28/2014
This function removes a sibling certificate store from a collection store.
Syntax
void WINAPI CertRemoveStoreFromCollection(
__in HCERTSTORE hCollectionStore,
__in HCERTSTORE hSiblingStore
);
Parameters
- hCollectionStore
[in] Handle of the collection certificate store.
- hSiblingStore
[in] Handle of the sibling certificate store to be removed from the collection store.
Return Value
This function does not return a value.
Requirements
Header |
wincrypt.h |
Library |
crypt32.lib |