Opc.Ua.Configuration.ManagedApplicationDlg.ManagedApplicationDlg C# (CSharp) Method

ManagedApplicationDlg() public method

Initializes the dialog.
public ManagedApplicationDlg ( ) : System
return System
        public ManagedApplicationDlg()
        {
            InitializeComponent();

            InstructionsTB.Text =
            "This dialog specifies the location of the information needed to configure security for a UA application. " +
            "The configuration file is the file used by the application to store its security settings. " +
            "This configuration file can be read by this tool if it conforms to the ApplicationConfiguration schema used by the OPC UA .NET SDK. " +
            "If it is not known or it uses an unknown schema then the application certificate and trust list must be specified manually. " +
            "Once this is done the tool can be used to manage the contents of trust list.";
        }
        #endregion