1 implementation of ExportPkcs12
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\StorePal.Windows.Export.cs (1)
91public byte[] ExportPkcs12(Pkcs12ExportPbeParameters exportParameters, SafePasswordHandle password)
2 references to ExportPkcs12
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
562return storePal.ExportPkcs12(exportParameters, password);
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
139return storePal.ExportPkcs12(exportParameters, safePasswordHandle);