QuickOPC User's Guide and Reference
UAPubSubSecurityKeyServiceTreeNodeTypes Enumeration



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.SecurityKeyService.Extensions Namespace : UAPubSubSecurityKeyServiceTreeNodeTypes Enumeration
The type of node in PubSub security key service (SKS) tree.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<DisplayName2Attribute("OPC-UA PubSub Security Key Service Tree Node Types")>
<FlagsAttribute()>
Public Enum UAPubSubSecurityKeyServiceTreeNodeTypes 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
[ComVisible(false)]
[DisplayName2("OPC-UA PubSub Security Key Service Tree Node Types")]
[Flags()]
public enum UAPubSubSecurityKeyServiceTreeNodeTypes : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(false)]
[DisplayName2("OPC-UA PubSub Security Key Service Tree Node Types")]
[Flags()]
public enum class UAPubSubSecurityKeyServiceTreeNodeTypes : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
All7A union of all available tree node types.
None0No node represented.
SecurityGroup4The node represents a security group.
SecurityGroupFolder2The node represents a security group folder.
SecurityKeyService1The node represents a security key service (SKS).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.PubSub.SecurityKeyService.Extensions.UAPubSubSecurityKeyServiceTreeNodeTypes

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