.NET Based OPC UA Client/Server SDK  3.3.1.531
Configuration

The ApplicationInstanceBase requires a configuration which specifies various parameters needed by the application to run. The configuration implements the interface IConfiguration.
Most of these parameters have suitable default values; however, some are required to properly configure security.
In these cases, the SDK will pick suitable defaults to ensure an application can run without a configuration file, however, application developers must provide them before deploying any real application.

The SDK provides the following configuration options for loading the application settings:

The provided Configuration Schema is used for all configuration options.

Note
The load configuration sequence differs slightly in ApplicationInstance from ApplicationInstanceBase. Find more information in the Base Library Overview of each Class: