3 references to ExportToMemoryStore
System (3)
security\system\security\cryptography\x509\x509certificate2collection.cs (2)
185
SafeCertStoreHandle safeSourceStoreHandle = X509Utils.
ExportToMemoryStore
(this);
287
SafeCertStoreHandle safeCertStoreHandle = X509Utils.
ExportToMemoryStore
(this);
security\system\security\cryptography\x509\x509chain.cs (1)
357
hCertStore = X509Utils.
ExportToMemoryStore
(extraStore);