1 implementation of ExportPkcs12
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
903public byte[] ExportPkcs12(PbeParameters exportParameters, SafePasswordHandle password)
1 reference to ExportPkcs12
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
419return Pal.ExportPkcs12(exportParameters, safePasswordHandle);