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



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

Parameters

gdsEndpointDescriptor
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