Implemented interface member:
method
ExportPkcs12
System.Security.Cryptography.X509Certificates.IExportPal.ExportPkcs12(System.Security.Cryptography.PbeParameters, Microsoft.Win32.SafeHandles.SafePasswordHandle)
2 references to ExportPkcs12
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (2)
53return ExportPkcs12(Helpers.Windows3desPbe, password); 67return ExportPkcs12(pbeParameters, password);