Ilumnis Authentication

User.Delete Method (String)

Deletes specific user.

public static void Delete(
   string userName
);

Parameters

userName
Name of the user to delete.

Exceptions

Exception Type Condition
InvalidUserNameException Thrown when invalid userName is passed.

See Also

User Class | IExSys.Authentication Namespace | User.Delete Overload List