1 implementation of ExportPkcs12
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (1)
64
public byte[]
ExportPkcs12
(Pkcs12ExportPbeParameters exportParameters, SafePasswordHandle password)
2 references to ExportPkcs12
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
845
return storePal.
ExportPkcs12
(exportParameters, password);
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
139
return storePal.
ExportPkcs12
(exportParameters, safePasswordHandle);