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