QuickOPC User's Guide and Reference
UACertificateTypeElement Constructor(UANodeId,UANodeId,String,Boolean)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UACertificateTypeElement Class > UACertificateTypeElement Constructor : UACertificateTypeElement Constructor(UANodeId,UANodeId,String,Boolean)
The node Id of the base certificate type, if there is one.
The node Id of the certificate type.
The display name of the certificate type.
Indicates that the certificate type is abstract.
Syntax
'Declaration
 
Public Function New( _
   ByVal baseCertificateTypeId As UANodeId, _
   ByVal certificateTypeId As UANodeId, _
   ByVal displayName As String, _
   ByVal isAbstract As Boolean _
)
'Usage
 
Dim baseCertificateTypeId As UANodeId
Dim certificateTypeId As UANodeId
Dim displayName As String
Dim isAbstract As Boolean
 
Dim instance As New UACertificateTypeElement(baseCertificateTypeId, certificateTypeId, displayName, isAbstract)

Parameters

baseCertificateTypeId
The node Id of the base certificate type, if there is one.
certificateTypeId
The node Id of the certificate type.
displayName
The display name of the certificate type.
isAbstract
Indicates that the certificate type is abstract.
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