Overload | Description |
---|---|
ExportOwnCertificateToFile(IEasyUAClientServerApplication,String,PkiFileFormat) | Exports the own certificate to a given file, specifying the file format. The private key is not exported. |
ExportOwnCertificateToFile(IEasyUAClientServerApplication,String,PkiFileFormat,Boolean) | Exports the own certificate to a given file, specifying the file format, and whether the private key is exported. |
ExportOwnCertificateToFile(IEasyUAClientServerApplication,String,PkiFileFormat,String) | Exports the own certificate and its private key to a given file, specifying the file format, and an optional new private key password. |