| Overload | Description | 
|---|---|
| UAExportCertificateArguments Constructor() | Initializes a new instance of the class with default data. | 
| UAExportCertificateArguments Constructor(String,PkiFileFormat) | Initializes a new instance of the class, specifying the file path, and PKI file format. Private key will not be exported. | 
| UAExportCertificateArguments Constructor(String,PkiFileFormat,Boolean) | Initializes a new instance of the class, specifying the file path, PKI file format, and whether private key will be exported. | 
| UAExportCertificateArguments Constructor(String,PkiFileFormat,String) | Initializes a new instance of the class, specifying the file path and PKI file format. The private key will be exported, with optionally specified password. | 
| UAExportCertificateArguments Constructor(UAExportCertificateArguments) | Initializes a new instance as a copy of an existing arguments object. | 
| UAExportCertificateArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. | 
