Re: finding a certificate context in the certificate store meeting a search criterion.



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.");
}



.