3 references to CERT_STORE_PROV_MEMORY
System (3)
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\x509certificate2collection.cs (1)
592
SafeCertStoreHandle safeTargetStoreHandle = CAPI.CertOpenStore(new IntPtr(CAPI.
CERT_STORE_PROV_MEMORY
),
security\system\security\cryptography\x509\x509utils.cs (1)
354
safeCertStoreHandle = CAPI.CertOpenStore(new IntPtr(CAPI.
CERT_STORE_PROV_MEMORY
),