Ilumnis Authentication

Role.Load Method (String)

Loads role with specific name.

public void Load(
   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.Load Overload List