Ilumnis Authentication

Role Constructor (String)

Constructs role object and loads role.

public Role(
   string roleName
);

Parameters

roleName
Name of the role to load.

Exceptions

Exception Type Condition
InvalidRoleNameException Thrown if invalid roleName is passed.

See Also

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