QuickOPC User's Guide and Reference
OpcLabs.EasyOpc.UA.Application Namespace (OpcLabs.EasyOpcUA)
Inheritance Hierarchy
OpcLabs.EasyOpcUA Assembly : OpcLabs.EasyOpc.UA.Application Namespace
This namespace contains classes for dealing with OPC Unified Architecture (OPC-UA) applications.
Classes
 ClassDescription
ClassAn abstract implementation of OPC UA client/server application.
ClassThe core part of the EasyUAApplication object.
ClassContains arguments for assuring an own OPC UA certificate.
ClassContains arguments for OPC UA application certificate-related operations.
ClassContains parameters for obtaining a new application certificate from the OPC UA Global Discovery Server (GDS).
ClassContains information gathered about an OPC UA certificate type.
ClassA collection of OPC-UA certificate type elements.
ClassContains arguments for creating an own OPC UA certificate.
ClassContains arguments for exporting an application certificate.
ClassContains arguments for importing an application certificate.
ClassContains arguments for ingesting a new application certificate.
ClassContains arguments for obtaining a new application certificate from the OPC UA Global Discovery Server (GDS).
ClassContains arguments for operations related to OPC UA certificate validation.
Interfaces
 InterfaceDescription
InterfaceAllows management of the OPC UA client or server application.
Remarks

 

This QuickOPC service allows management of OPC UA client or server application. The OPC UA Client-Server Application Service has high-level properties and methods for tasks related to maintaining application registrations in the GDS servers, obtaining instance certificate from GDS, refreshing application trust lists from GDS, and similar tasks.

The OPC UA Client-Server Application Service is represented by the IEasyUAClientServerApplication Interface and can be obtained from the EasyUAClient component. It is, however, recommended that you use the common instance of the EasyUAApplication Class instead (see Instance Property). This class implements the IEasyUAClientServerApplication Interface, and the object instance is easier to obtain compared to retrieving the service from the EasyUAClient Class.

For more information about this service, see OPC UA Application.

 

 

See Also

Reference

OpcLabs.EasyOpcUA Assembly