Connectivity Software User's Guide and Reference
EasyUACertificateManagementClientCore Constructor(IEasyUAClient)



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

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

Initializes a new instance from an original OpcLabs.EasyOpc.UA.IEasyUAClient.
Syntax
'Declaration
 
Public Function New( _
   ByVal originalClient As IEasyUAClient _
)
'Usage
 
Dim originalClient As IEasyUAClient
 
Dim instance As New EasyUACertificateManagementClientCore(originalClient)
public EasyUACertificateManagementClientCore( 
   IEasyUAClient originalClient
)
public:
EasyUACertificateManagementClientCore( 
   IEasyUAClient^ originalClient
)

Parameters

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

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