QuickOPC User's Guide and Reference
GetCertificateGroups Method (IEasyUACertificateManagementClient)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Gds Namespace > IEasyUACertificateManagementClient Interface : GetCertificateGroups Method
Endpoint descriptor. Identifies the OPC-UA server. The server must be a Global Directory Server (GDS).
The identifier assigned to the Application by the GDS.
Returns the certificate groups assigned to application.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Function GetCertificateGroups( _
   ByVal gdsEndpointDescriptor As UAEndpointDescriptor, _
   ByVal applicationId As UANodeId _
) As UANodeId()
'Usage
 
Dim instance As IEasyUACertificateManagementClient
Dim gdsEndpointDescriptor As UAEndpointDescriptor
Dim applicationId As UANodeId
Dim value() As UANodeId
 
value = instance.GetCertificateGroups(gdsEndpointDescriptor, applicationId)
[ElementsNotNull()]
[NotNull()]
UANodeId[] GetCertificateGroups( 
   UAEndpointDescriptor gdsEndpointDescriptor,
   UANodeId applicationId
)
[ElementsNotNull()]
[NotNull()]
array<UANodeId^>^ GetCertificateGroups( 
   UAEndpointDescriptor^ gdsEndpointDescriptor,
   UANodeId^ applicationId
) 

Parameters

gdsEndpointDescriptor
Endpoint descriptor. Identifies the OPC-UA server. The server must be a Global Directory Server (GDS).
applicationId
The identifier assigned to the Application by the GDS.

Return Value

An identifier for the Certificate Groups assigned to the Application.
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012; .NET Core: Linux, macOS, Microsoft Windows

See Also

Reference

IEasyUACertificateManagementClient Interface
IEasyUACertificateManagementClient Members