3 references to ExportPkcs12Core
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\StorePal.Windows.Export.cs (3)
78return ExportPkcs12Core(null, password); 93return ExportPkcs12Core(exportParameters, password); 98byte[] exported = ExportPkcs12Core(null, password);