Connectivity Software User's Guide and Reference
UACertificateTypeElement Constructor(UANodeTreePosition)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UACertificateTypeElement Class > UACertificateTypeElement Constructor : UACertificateTypeElement Constructor(UANodeTreePosition)
The node tree position containing the certificate type information.

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

Initializes a new instance of the UACertificateTypeElement class with certificate type information extracted from a node tree position.
Syntax
'Declaration
 
Public Function New( _
   ByVal nodeTreePosition As UANodeTreePosition _
)
'Usage
 
Dim nodeTreePosition As UANodeTreePosition
 
Dim instance As New UACertificateTypeElement(nodeTreePosition)
public UACertificateTypeElement( 
   UANodeTreePosition nodeTreePosition
)
public:
UACertificateTypeElement( 
   UANodeTreePosition^ nodeTreePosition
)

Parameters

nodeTreePosition
The node tree position containing the certificate type information.

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