Retrieves a handle to the certificate store from which the certificate can be retrieved and validated. The method is applicable to C/C++ application only.
HRESULT getStoreHandle (void** hCertStore);
CertOpenSystemStore or CertOpenStore.hCertStore parameter returns NULL.When you are done using the certificate store handle, call CertCloseStore to free the store object.
MSXML 5.0 and later
To view reference information for Visual Basic, C/C++, or Script only, click the Language Filter button
in the upper-left corner of the page.
IXMLDigitalSignatureEx Interface | sign Method | verify Method