QuickOPC User's Guide and Reference
IEasyUAApplication Interface
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace : IEasyUAApplication Interface
Allows management of the OPC UA application.
Object Model
IEasyUAApplication InterfaceIPkiApplicationStoreGroup Interface
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<ExceptionContractVerificationAttribute(True)>
Public Interface IEasyUAApplication 
'Usage
 
Dim instance As IEasyUAApplication
[ComVisible(false)]
[ExceptionContractVerification(true)]
public interface IEasyUAApplication 
[ComVisible(false)]
[ExceptionContractVerification(true)]
public interface class IEasyUAApplication 
Remarks

This 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, etc.

You can obtain this interface by calling System.IServiceProvider.GetService(System.Type) on the OpcLabs.EasyOpc.UA.IEasyUAClient with the type of IEasyUAApplication as an argument. In COM, use the OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient.GetServiceByName method instead.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET Core, .NET 6: Linux, macOS, Microsoft Windows

See Also