Ilumnis Authentication

Role.HasRight Method

Checks if a right is part of this role.

Overload List

Checks if a right is part of this role.

public bool HasRight(Right);

Checks if a right is part of this role.

public bool HasRight(int);

Checks if a right is part of this role.

public bool HasRight(string);

See Also

Role Class | IExSys.Authentication Namespace