Connectivity Software User's Guide and Reference
SecurityKeyServerPush Field



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

OPC UA Part 14, Suggested Permissions: "This Role allows an SKS to push security keys to PubSub Applications.
This includes executing methods related to PubSub security."

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