QuickOPC User's Guide and Reference
GetCertificateGroupElement Method (EasyUACertificateManagementClientCore)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Gds Namespace > EasyUACertificateManagementClientCore Class : GetCertificateGroupElement Method
Syntax
'Declaration
 
Public Function GetCertificateGroupElement( _
   ByVal gdsEndpointDescriptor As UAEndpointDescriptor, _
   ByVal certificateGroupId As UANodeId _
) As UACertificateGroupElement
'Usage
 
Dim instance As EasyUACertificateManagementClientCore
Dim gdsEndpointDescriptor As UAEndpointDescriptor
Dim certificateGroupId As UANodeId
Dim value As UACertificateGroupElement
 
value = instance.GetCertificateGroupElement(gdsEndpointDescriptor, certificateGroupId)

Parameters

gdsEndpointDescriptor
certificateGroupId
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