Connectivity Software User's Guide and Reference
ISecurityRole Interface
Members 



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