Ilumnis Authentication

RoleCollection.HasRight Method

Checks if a right is part of in any of roles in this collection.

Overload List

Checks if a right is part of in any of roles in this collection.

public bool HasRight(Right);

Checks if a right is part of in any of roles in this collection.

public bool HasRight(int);

Checks if a right is part of in any of roles in this collection.

public bool HasRight(string);

See Also

RoleCollection Class | IExSys.Authentication Namespace