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

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

The following tables list the members exposed by IEasyUAApplication.

Public Properties
 NameDescription
 PropertyA dictionary containing the application ID for each GDS endpoint the application is registered with, as known to the application.  
 PropertyThe PKI store group used by the OPC UA application.  
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.  
 MethodCancels an asynchronous operation started with the BeginObtainNewCertificate method.  
 MethodHandles the end of the asynchronous operation started by the BeginObtainNewCertificate method.  
 MethodExports the OPC UA application configuration data into an XML stream.  
 MethodExports the registration data of the OPC UA application into an XML stream.  
 MethodExports the security settings of the OPC UA application into an XML stream.  
 MethodFinds all registrations for this application URI in the GDS.  
 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.  
 MethodGets the instance certificate the application is currently configured to use.  
 MethodRetrieves the current trust lists for the application from the certificate manager, and refreshes own certificate stores accordingly.  
 MethodCreates an application registration in the GDS, assigning it a new application ID. Existing registrations with the same application URI are removed first.  
 MethodRemoves the instance certificate the application is currently configured to use.  
 MethodRemoves an application registration from the GDS, if it exists. All existing registrations for the application URI are removed.  
 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.  
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

IEasyUAApplication Interface
OpcLabs.EasyOpc.UA.Application Namespace