QuickOPC User's Guide and Reference
IEasyUAClientApplication Interface Members
Properties  Methods 

OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace : IEasyUAClientApplication Interface

The following tables list the members exposed by IEasyUAClientApplication.

Public Properties
 NameDescription
 PropertyA dictionary containing the application ID for each GDS endpoint the application is registered with, as known to the application. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 PropertyThe PKI store group used by the OPC UA application. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
Top
Public Methods
 NameDescription
 MethodBegins an asynchronous operation that obtains a new application instance certificate from the certificate manager, and stores it for subsequent usage. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodCancels an asynchronous operation started with the BeginObtainNewCertificate method. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodHandles the end of the asynchronous operation started by the BeginObtainNewCertificate method. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodExports the OPC UA application configuration data into an XML stream. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodExports the registration data of the OPC UA application into an XML stream. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodExports the security settings of the OPC UA application into an XML stream. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodFinds all registrations for this application URI in the GDS. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodGets the OPC UA application manifest, i.e. the application registration information together with data related to PKI administration, such as paths to the certificate stores used. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodGets the instance certificate the application is currently configured to use. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodRetrieves the current trust lists for the application from the certificate manager, and refreshes own certificate stores accordingly. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodCreates an application registration in the GDS, assigning it a new application ID. Existing registrations with the same application URI are removed first. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodRemoves the instance certificate the application is currently configured to use. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodRemoves an application registration from the GDS, if it exists. All existing registrations for the application URI are removed. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
 MethodUpdates an application registration in the GDS, keeping its application ID. A new registration is created if the application is not yet registered in the GDS. Preexisting registrations with the same application URI are removed. (Inherited from OpcLabs.EasyOpc.UA.Application.IEasyUAApplication)
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Begins an asynchronous operation that obtains a new application instance certificate from the certificate manager, and stores it for subsequent usage.
Public Extension MethodExports the OPC UA application configuration data into an XML file.
Public Extension MethodExports the OPC UA application manifest into a stream.
Public Extension MethodExports the OPC UA application manifest into an XML file.
Public Extension MethodExports the registration data of the OPC UA application into an XML file.
Public Extension MethodExports the security settings of the OPC UA application into an XML file.
Public Extension MethodGets the OPC UA registration information for this application.
Public Extension MethodGets an application ID assigned to the application by a specified GDS.
Public Extension MethodGets the subject distinguished name the application is configured to use for its certificates.
Public Extension MethodOverloaded. Obtains a new application instance certificate from the certificate manager, and stores it for subsequent usage.
Public Extension MethodOverloaded. Asynchronously obtains a new application instance certificate from the certificate manager, and stores it for subsequent usage.
Top
See Also

Reference

IEasyUAClientApplication Interface
OpcLabs.EasyOpc.UA.Application Namespace