OPC Studio User's Guide and Reference
EasyUACertificateManagementClient Constructor(IEasyUAClient)



OpcLabs.EasyOpcUAComponents Assembly > OpcLabs.EasyOpc.UA.Gds Namespace > EasyUACertificateManagementClient Class > EasyUACertificateManagementClient Constructor : EasyUACertificateManagementClient Constructor(IEasyUAClient)
The OPC UA client object to derive this certificate management client from.

This is typically the OpcLabs.EasyOpc.UA.EasyUAClient object.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class, specifying the original OpcLabs.EasyOpc.UA.IEasyUAClient.
Syntax
'Declaration
 
Public Function New( _
   ByVal originalClient As IEasyUAClient _
)
'Usage
 
Dim originalClient As IEasyUAClient
 
Dim instance As New EasyUACertificateManagementClient(originalClient)
public EasyUACertificateManagementClient( 
   IEasyUAClient originalClient
)
public:
EasyUACertificateManagementClient( 
   IEasyUAClient^ originalClient
)

Parameters

originalClient
The OPC UA client object to derive this certificate management client from.

This is typically the OpcLabs.EasyOpc.UA.EasyUAClient object.

The value of this parameter cannot be null (Nothing in Visual Basic).

Requirements

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

See Also