Connectivity Software User's Guide and Reference
UAIdentityContext Class
Members 



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Security.Subject Namespace : UAIdentityContext Class
Represents the identity context for an OPC UA operation, including user identity, application identity, communication security, and session name.
Object Model
UAIdentityContext ClassIApplicationIdentity InterfaceCommunicationSecurityRanking StructureIUserIdentity Interface
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(False)>
<ExceptionContractAnnotationAttribute()>
Public Class UAIdentityContext 
   Inherits OpcLabs.BaseLib.Security.Subject.IdentityContext
   Implements OpcLabs.BaseLib.Security.Subject.IIdentityContext 
'Usage
 
Dim instance As UAIdentityContext
[CLSCompliant(false)]
[ComVisible(false)]
[ExceptionContractAnnotation()]
public class UAIdentityContext : OpcLabs.BaseLib.Security.Subject.IdentityContext, OpcLabs.BaseLib.Security.Subject.IIdentityContext  
[CLSCompliant(false)]
[ComVisible(false)]
[ExceptionContractAnnotation()]
public ref class UAIdentityContext : public OpcLabs.BaseLib.Security.Subject.IdentityContext, OpcLabs.BaseLib.Security.Subject.IIdentityContext  
Remarks

This class extends OpcLabs.BaseLib.Security.Subject.IdentityContext to add OPC UA-specific information, particularly the session name, which uniquely identifies the OPC UA session associated with this identity context.

Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Security.Subject.IdentityContext
      OpcLabs.EasyOpc.UA.Security.Subject.UAIdentityContext

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