Property | Type | Description | |
---|---|---|---|
ImageList |
Method | Description | |
---|---|---|
AddToTrustedStore ( ApplicationConfiguration configuration, |
Adds the certificate to the Trusted Certificate Store
|
|
CheckApplicationInstanceCertificate ( ApplicationConfiguration configuration ) : |
Creates an application instance certificate if one does not already exist.
|
|
CheckApplicationInstanceCertificate ( ApplicationConfiguration configuration, ushort keySize, bool interactive, bool updateFile ) : |
Creates an application instance certificate if one does not already exist.
|
|
ConfigureFirewall ( ApplicationConfiguration configuration, bool interactive ) : void |
Configures the firewall.
|
|
DeleteApplicationInstanceCertificate ( ApplicationConfiguration configuration ) : void |
Deletes an existing application instance certificate.
|
|
DisplayUaTcpImplementation ( |
Displays the UA-TCP configuration in the form.
|
|
DoStartupChecks ( string configSectionName, ApplicationType applicationType, string defaultConfigFile, bool interactive ) : ApplicationConfiguration |
Does any configuration checks before starting up.
|
|
EditValue ( Session session, object value ) : object |
Displays a dialog that allows a use to edit a value.
|
|
EditValue ( Session session, object value, NodeId datatypeId, int valueRank ) : object |
Displays a dialog that allows a use to edit a value.
|
|
GetDefaultValue ( NodeId datatypeId, int valueRank ) : object |
Returns a default value for the data type.
|
|
GetTargetIcon ( Session session, NodeClass nodeClass, ExpandedNodeId typeDefinitionId ) : string |
Returns to display icon for the target of a reference.
|
|
GetTargetIcon ( Session session, ReferenceDescription reference ) : string |
Returns to display icon for the target of a reference.
|
|
GuiUtils ( ) : System |
Initializes a new instance of the GuiUtils class.
|
|
HandleCertificateValidationError ( |
Handles a certificate validation error.
|
|
HandleException ( string caption, |
Displays the details of an exception.
|
|
LoadConfiguration ( string configSectionName, ApplicationType applicationType, string defaultConfigFile, bool interactive ) : ApplicationConfiguration |
Does any configuration checks before starting up.
|
|
OverrideUaTcpImplementation ( ApplicationConfiguration configuration ) : void |
Uses the command line to override the UA TCP implementation specified in the configuration.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
public static AddToTrustedStore ( ApplicationConfiguration configuration, |
||
configuration | ApplicationConfiguration | The application's configuration which specifies the location of the TrustedStore. |
certificate | The certificate to register. | |
return | void |
public static CheckApplicationInstanceCertificate ( ApplicationConfiguration configuration ) : |
||
configuration | ApplicationConfiguration | |
return |
public static CheckApplicationInstanceCertificate ( ApplicationConfiguration configuration, ushort keySize, bool interactive, bool updateFile ) : |
||
configuration | ApplicationConfiguration | |
keySize | ushort | |
interactive | bool | |
updateFile | bool | |
return |
public static ConfigureFirewall ( ApplicationConfiguration configuration, bool interactive ) : void | ||
configuration | ApplicationConfiguration | The configuration. |
interactive | bool | if set to |
return | void |
public static DeleteApplicationInstanceCertificate ( ApplicationConfiguration configuration ) : void | ||
configuration | ApplicationConfiguration | The configuration instance that stores the configurable information for a UA application. |
return | void |
public static DisplayUaTcpImplementation ( |
||
form | The form to display the UA-TCP configuration. | |
configuration | ApplicationConfiguration | The configuration instance that stores the configurable information for a UA application. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static DoStartupChecks ( string configSectionName, ApplicationType applicationType, string defaultConfigFile, bool interactive ) : ApplicationConfiguration | ||
configSectionName | string | |
applicationType | ApplicationType | |
defaultConfigFile | string | |
interactive | bool | |
return | ApplicationConfiguration |
public static EditValue ( Session session, object value ) : object | ||
session | Session | |
value | object | |
return | object |
public static EditValue ( Session session, object value, NodeId datatypeId, int valueRank ) : object | ||
session | Session | |
value | object | |
datatypeId | NodeId | |
valueRank | int | |
return | object |
public static GetDefaultValue ( NodeId datatypeId, int valueRank ) : object | ||
datatypeId | NodeId | |
valueRank | int | |
return | object |
public static GetTargetIcon ( Session session, NodeClass nodeClass, ExpandedNodeId typeDefinitionId ) : string | ||
session | Session | |
nodeClass | NodeClass | |
typeDefinitionId | ExpandedNodeId | |
return | string |
public static GetTargetIcon ( Session session, ReferenceDescription reference ) : string | ||
session | Session | |
reference | ReferenceDescription | |
return | string |
public static HandleCertificateValidationError ( |
||
caller | The caller's text is used as the caption of the |
|
validator | CertificateValidator | The validator (not used). |
e | CertificateValidationEventArgs | The |
return | void |
public static HandleException ( string caption, |
||
caption | string | |
method | ||
e | ||
return | void |
public static LoadConfiguration ( string configSectionName, ApplicationType applicationType, string defaultConfigFile, bool interactive ) : ApplicationConfiguration | ||
configSectionName | string | |
applicationType | ApplicationType | |
defaultConfigFile | string | |
interactive | bool | |
return | ApplicationConfiguration |
public static OverrideUaTcpImplementation ( ApplicationConfiguration configuration ) : void | ||
configuration | ApplicationConfiguration | The configuration instance that stores the configurable information for a UA application. /// |
return | void |