Connectivity Software User's Guide and Reference
SecurityIdPrefix Field



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Security.Subject Namespace > UASecurityRole Class : SecurityIdPrefix Field
The prefix used for security IDs of OPC UA roles.

This is a constant, and its value is "opcua:".

Syntax
'Declaration
 
Public Const SecurityIdPrefix As String
'Usage
 
Dim value As String
 
value = UASecurityRole.SecurityIdPrefix
public const string SecurityIdPrefix
public:
const String^ SecurityIdPrefix
Remarks

The value is "opcua:". This prefix is prepended to the role's node ID to form the complete security ID.

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