Connectivity Software User's Guide and Reference
IUserIdentity Interface
Members 



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Security.Subject Namespace : IUserIdentity Interface
Represents the identity of a user.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<ExceptionContractAnnotationAttribute()>
<CLSCompliantAttribute(True)>
Public Interface IUserIdentity 
   Inherits OpcLabs.BaseLib.Security.ISecurityObject, ISubjectIdentity 
'Usage
 
Dim instance As IUserIdentity
[ComVisible(false)]
[ExceptionContractAnnotation()]
[CLSCompliant(true)]
public interface IUserIdentity : OpcLabs.BaseLib.Security.ISecurityObject, ISubjectIdentity  
[ComVisible(false)]
[ExceptionContractAnnotation()]
[CLSCompliant(true)]
public interface class IUserIdentity : public OpcLabs.BaseLib.Security.ISecurityObject, ISubjectIdentity  
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