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