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