Ilumnis Authentication

User.HasRole Method

Checks if a role is assigned to this user.

Overload List

Checks if a role is assigned to this user.

public bool HasRole(Role);

Checks if a role is assigned to this user.

public bool HasRole(int);

Checks if a role is assigned to this user.

public bool HasRole(string);

See Also

User Class | IExSys.Authentication Namespace