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