Opc.Ua.Configuration
Interface to create application callbacks.
The application message.
The text of the message.
If the application should ask the user.
Show the message and return result.
A class that install, configures and runs a UA application.
Initializes a new instance of the class.
Initializes a new instance of the class.
The application configuration.
Gets or sets the name of the application.
The name of the application.
Gets or sets the type of the application.
The type of the application.
Gets or sets the name of the config section containing the path to the application configuration file.
The name of the config section.
Gets or sets the type of configuration file.
The type of configuration file.
Gets the server.
The server.
Gets the application configuration used when the Start() method was called.
The application configuration.
Gets or sets a flag that indicates whether the application will be set up for management with the GDS agent.
If true the application will not be visible to the GDS local agent after installation.
Get or set the message dialog.
Processes the command line.
True if the arguments were processed; False otherwise.
Starts the UA server as a Windows Service.
The server.
Starts the UA server.
The server.
Stops the UA server.
Helper to replace localhost with the hostname
in the application uri and base adresses of the
configuration.
Loads the configuration.
Loads the application configuration.
Loads the application configuration.
Checks for a valid application instance certificate.
if set to true no dialogs will be displayed.
Minimum size of the key.
Checks for a valid application instance certificate.
if set to true no dialogs will be displayed.
Minimum size of the key.
The lifetime in months.
Handles a certificate validation error.
Creates an application instance certificate if one does not already exist.
Checks that the domains in the server addresses match the domains in the certificates.
Creates the application instance certificate.
The configuration.
Size of the key.
The lifetime in months.
The new certificate
Deletes an existing application instance certificate.
The configuration instance that stores the configurable information for a UA application.
Adds the certificate to the Trusted Certificate Store
The application's configuration which specifies the location of the TrustedStore.
The certificate to register.
Show a message for approval and return result.
True if approved, false otherwise.