Constable Authorization Engine 2.0 BETA

WindowsRole Class

[This is preliminary documentation and subject to change.]

Provides a role implementation that represents a windows security group.

For a list of all members of this type, see WindowsRole Members.

System.Object
   LaMarvin.Constable.Model.ObjectBase
      LaMarvin.Constable.Model.NamedObjectBase
         LaMarvin.Constable.Model.Role
            LaMarvin.Constable.Model.WindowsRole

[Visual Basic]
<Serializable>
Public Class WindowsRole
    Inherits Role
[C#]
[Serializable]
public class WindowsRole : Role

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The class uses the WindowsGroupName property value for role membership checks.

Requirements

Namespace: LaMarvin.Constable.Model

Assembly: LaMarvin.Constable (in LaMarvin.Constable.dll)

See Also

WindowsRole Members | LaMarvin.Constable.Model Namespace