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