Connectivity Software User's Guide and Reference
TrustedApplication Field



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

OPC UA Part 3, Suggested Permissions: "The Role is allowed to browse and read non-security related Nodes."

All servers 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