Connectivity Software User's Guide and Reference
ISubjectIdentity Interface
Members 



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