Re: finding a certificate context in the certificate store meeting a search criterion.
- From: "wuhao" <wuhao@xxxxxxxxxxx>
- Date: Thu, 27 Apr 2006 09:08:11 +0800
thank you very much !!!
"Juan Segarra" <juan@xxxxxxxxxxxxxxx>
Try opening "AddressBook" store:
if ( !( hCertStore = CertOpenStore(
CERT_STORE_PROV_SYSTEM,
0,
NULL,
CERT_SYSTEM_STORE_CURRENT_USER,
L"AddressBook")))
{
MyHandleError("The MY store could not be opened.");
}
.
- References:
- Prev by Date: RE: How to enable certificate purpose programmatically?
- Next by Date: Re: Access Violation Releasing CComPtr<IAzAuthorizationStore>
- Previous by thread: Re: finding a certificate context in the certificate store meeting a search criterion.
- Next by thread: Own GINA dll with special requirements
- Index(es):