Ilumnis Authentication

RightCollection Constructor (Int32)

Constructs right collection, and loads all rights contained in role with specific RoleId.

public RightCollection(
   int roleId
);

Parameters

roleId
Database role identifier to load rights from.

Exceptions

Exception Type Condition
InvalidRoleIdentifierException Thrown when invalid roleId is passed.

See Also

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