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