Ilumnis Authentication

Role.New Method (String)

Creates new role.

public static Role New(
   string roleName
);

Parameters

roleName
Name for new role

Return Value

New role object.

Exceptions

Exception Type Condition
InvalidRoleNameException Thrown if invalid roleName is passed.

See Also

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