QuickOPC User's Guide and Reference
SecurityGroupId Property (UAGetSecurityKeysArguments)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.SecurityKeyService Namespace > UAGetSecurityKeysArguments Class : SecurityGroupId Property
The identifier for the security group. It shall be unique within the Security Key Service.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Property SecurityGroupId As String
'Usage
 
Dim instance As UAGetSecurityKeysArguments
Dim value As String
 
instance.SecurityGroupId = value
 
value = instance.SecurityGroupId
[DefaultValue("")]
[NotNull()]
public string SecurityGroupId {get; set;}
[DefaultValue("")]
[NotNull()]
public:
property String^ SecurityGroupId {
   String^ get();
   void set (    String^ value);
}
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