OPC Studio User's Guide and Reference
UAExportCertificateArguments Constructor



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UAExportCertificateArguments Class : UAExportCertificateArguments Constructor
Initializes a new instance of the class.
Overload List
OverloadDescription
Initializes a new instance of the class with default data.  
Initializes a new instance of the class, specifying the file path, and PKI file format. Private key will not be exported.  
Initializes a new instance of the class, specifying the file path, PKI file format, and whether private key will be exported.  
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.  
Initializes a new instance as a copy of an existing arguments object.  
Initializes a new instance of the class with serialized data.  
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also