Connectivity Software User's Guide and Reference
UACertificateTypeElementCollection Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace : UACertificateTypeElementCollection Class
A collection of OPC-UA certificate type elements.
Object Model
UACertificateTypeElementCollection ClassUACertificateTypeElement Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificateTypeElementCollection)>
<ComVisibleAttribute(True)>
<GuidAttribute("DA516A55-1CAC-4CD7-838C-80D3EA89FC45")>
<TypeConverterAttribute(System.ComponentModel.CollectionConverter)>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
<SerializableAttribute()>
Public NotInheritable Class UACertificateTypeElementCollection 
   Inherits OpcLabs.BaseLib.Collections.ObjectModel.Internal.SelectorDefinedKeyedCollection(Of UANodeId,UACertificateTypeElement)
   Implements OpcLabs.BaseLib.Collections.Generic.IKeyedCollection(Of UANodeId,UACertificateTypeElement), OpcLabs.BaseLib.Collections.Generic.IReadOnlyKeyedCollection(Of UANodeId,UACertificateTypeElement), OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificateTypeElementCollection, System.Collections.Generic.ICollection(Of UACertificateTypeElement), System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of UACertificateTypeElement), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of UACertificateTypeElement), System.Collections.Generic.IReadOnlyCollection(Of UACertificateTypeElement), System.Collections.Generic.IReadOnlyCollection(Of T), System.Collections.Generic.IReadOnlyList(Of UACertificateTypeElement), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable 
'Usage
 
Dim instance As UACertificateTypeElementCollection
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
               OpcLabs.EasyOpc.UA.Application.UACertificateTypeElementCollection

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