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