3 references to CERT_STORE_PROV_MEMORY
System.Security (3)
system\security\cryptography\cryptoapi.cs (1)
2777if (lpszStoreProvider != new IntPtr(CERT_STORE_PROV_MEMORY) && lpszStoreProvider != new IntPtr(CERT_STORE_PROV_SYSTEM))
system\security\cryptography\x509\x509ui.cs (1)
115SafeCertStoreHandle safeCertStoreHandle = CAPI.CertOpenStore((IntPtr) CAPI.CERT_STORE_PROV_MEMORY,
system\security\cryptography\x509\x509utils.cs (1)
197safeCertStoreHandle = CAPI.CertOpenStore(new IntPtr(CAPI.CERT_STORE_PROV_MEMORY),