3 references to ImportPfx
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Windows.cs (3)
51
using (SafeCertStoreHandle storeHandle =
ImportPfx
(data.Span, password, keyStorageFlags))
66
using (SafeCertStoreHandle storeHandle =
ImportPfx
(data.Span, password, keyStorageFlags))
227
SafeCertStoreHandle storeHandle =
ImportPfx
(reassembled, password, keyStorageFlags);