QuickOPC User's Guide and Reference
CertificateTypeIds Property (_UACertificateGroupElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Gds.ComTypes Namespace > _UACertificateGroupElement Interface : CertificateTypeIds Property
A collection of node Ids of certificate types which may be assigned to applications that belong to this certificate group.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
ReadOnly Property CertificateTypeIds As UANodeIdCollection
'Usage
 
Dim instance As _UACertificateGroupElement
Dim value As UANodeIdCollection
 
value = instance.CertificateTypeIds
[ElementsNotNull()]
[NotNull()]
UANodeIdCollection CertificateTypeIds {get;}
[ElementsNotNull()]
[NotNull()]
property UANodeIdCollection^ CertificateTypeIds {
   UANodeIdCollection^ get();
}
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