ExportCertificate Method
Saves the current certificate to a PFX file.
Syntax
public void exportCertificate(String PFXFile, String password);
Remarks
This method will save the current certificate to a PFX file. The current certificate and its private key are saved to the file specified by PFXFile in PKCS12 format. The file contents are protected by Password.