Ilumnis Authentication

RoleCollection Constructor (Int32)

Constructs role collection and loads all roles assigned to specific user.

public RoleCollection(
   int userId
);

Parameters

userId
UserId of user whose roles to load.

Exceptions

Exception Type Condition
InvalidUserIdentifierException Thrown when invalid userId is passed.

See Also

RoleCollection Class | IExSys.Authentication Namespace | RoleCollection Constructor Overload List