OPC Studio 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.

The value of this enum member is 7.

None0No node represented.

The value of this enum member is 0.

SecurityGroup4The node represents a security group.

The value of this enum member is 4.

SecurityGroupFolder2The node represents a security group folder.

The value of this enum member is 2.

SecurityKeyService1The node represents a security key service (SKS).

The value of this enum member is 1.

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