3 references to CertFindCertificateInStore
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.Import.cs (1)
150
if (!Interop.crypt32.
CertFindCertificateInStore
(hCertStore, Interop.Crypt32.CertFindType.CERT_FIND_SUBJECT_CERT, &certInfo, ref pCertContext))
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
409
while (Interop.crypt32.
CertFindCertificateInStore
(_storePal.SafeCertStoreHandle, dwFindType, pvFindPara, ref pCertContext))
System\Security\Cryptography\X509Certificates\StorePal.Windows.cs (1)
67
if (!Interop.crypt32.
CertFindCertificateInStore
(_certStore, Interop.Crypt32.CertFindType.CERT_FIND_EXISTING, pCertContext, ref enumCertContext))