1 implementation of ExportPkcs12
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (1)
89
public byte[]
ExportPkcs12
(PbeParameters exportParameters, SafePasswordHandle password)
2 references to ExportPkcs12
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
853
return storePal.
ExportPkcs12
(exportParameters, password);
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
177
return storePal.
ExportPkcs12
(exportParameters, safePasswordHandle);