Ilumnis Authentication

RoleCollection.Add Method (String)

Adds a role to this collection.

public void Add(
   string roleName
);

Parameters

roleName
Name of the role to add to this collection.

Exceptions

Exception Type Condition
InvalidRoleNameException Thrown when invalid roleName is passed.

See Also

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