Ilumnis Authentication

RightCollection.HasRight Method

Checks if a right part of this collection.

Overload List

Checks if a right part of this collection.

public bool HasRight(Right);

Checks if a right with specific RightId is part of this collection.

public bool HasRight(int);

Checks if a right with specific name is part of this collection.

public bool HasRight(string);

See Also

RightCollection Class | IExSys.Authentication Namespace