Connectivity Software User's Guide and Reference
SecurityKeyServerAccess Field



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Security.Subject Namespace > UASecurityRoles Class : SecurityKeyServerAccess Field
The OPC UA SecurityKeyServerAccess well-known security role.
Syntax
'Declaration
 
<JetBrains.Annotations.NotNullAttribute()>
Public Shared ReadOnly SecurityKeyServerAccess As UASecurityRole
'Usage
 
Dim value As UASecurityRole
 
value = UASecurityRoles.SecurityKeyServerAccess
[JetBrains.Annotations.NotNull()]
public static readonly UASecurityRole SecurityKeyServerAccess
[JetBrains.Annotations.NotNull()]
public:
static readonly UASecurityRole^ SecurityKeyServerAccess
Remarks

OPC UA Part 14, Suggested Permissions: "This Role allows a PubSub Application to access an SKS to pull keys.
It is the default Role for pull but it is expected that different custom Roles are used for different SecurityGroups."

A SKS (Security Key Service) should support this well-known role.

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