2 references to CERT_STORE_PROV_SYSTEM
System (2)
security\system\security\cryptography\cryptoapi.cs (1)
3790
if (lpszStoreProvider != new IntPtr(CERT_STORE_PROV_MEMORY) && lpszStoreProvider != new IntPtr(
CERT_STORE_PROV_SYSTEM
))
security\system\security\cryptography\x509\x509store.cs (1)
156
m_safeCertStoreHandle = CAPI.CertOpenStore(new IntPtr(CAPI.
CERT_STORE_PROV_SYSTEM
),