Ilumnis Authentication

Role.HasRight Method (Right)

Checks if a right is part of this role.

public bool HasRight(
   Right right
);

Parameters

right
Right to check.

Return Value

true if right is part of role, otherwise false.

See Also

Role Class | IExSys.Authentication Namespace | Role.HasRight Overload List