5 references to CertEnumCertificatesInStore
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\StorePal.Windows.cs (1)
43while (Interop.crypt32.CertEnumCertificatesInStore(_certStore, ref pCertContext))
System\Security\Cryptography\X509Certificates\StorePal.Windows.Export.cs (2)
33if (!Interop.crypt32.CertEnumCertificatesInStore(_certStore, ref pCertContext)) 56if (!Interop.crypt32.CertEnumCertificatesInStore(_certStore, ref pCertContext))
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Windows.cs (2)
96while (Interop.crypt32.CertEnumCertificatesInStore(storeHandle, ref nextCert)) 163while (Interop.crypt32.CertEnumCertificatesInStore(storeHandle, ref nextCert))