Connectivity Software User's Guide and Reference
IdentityContext Class
Members 



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Security.Subject Namespace : IdentityContext Class
Represents a context containing identity and security information for a subject.
Object Model
IdentityContext ClassIApplicationIdentity InterfaceCommunicationSecurityRanking StructureIUserIdentity Interface
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<ExceptionContractAnnotationAttribute()>
Public Class IdentityContext 
   Implements IIdentityContext 
'Usage
 
Dim instance As IdentityContext
[ComVisible(false)]
[ExceptionContractAnnotation()]
public class IdentityContext : IIdentityContext  
[ComVisible(false)]
[ExceptionContractAnnotation()]
public ref class IdentityContext : public IIdentityContext  
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