Ilumnis Authentication

RoleCollection.Remove Method (String)

Removes a role from this collection.

public void Remove(
   string roleName
);

Parameters

roleName
Name of the role to remove from this collection.

Exceptions

Exception Type Condition
InvalidRoleNameException Thrown when invalid roleName is passed.

See Also

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