4 references to ExportToMemoryStore
System.Security (4)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
1070
return X509Utils.
ExportToMemoryStore
(recipientStore, extraStore);
1123
return X509Utils.
ExportToMemoryStore
(originatorStore, includedButNotDisposed);
system\security\cryptography\x509\x509ui.cs (1)
103
using (SafeCertStoreHandle safeSourceStoreHandle = X509Utils.
ExportToMemoryStore
(certificates))
system\security\cryptography\x509\x509utils.cs (1)
307
hCertStore = X509Utils.
ExportToMemoryStore
(extraStore);