Visual Guard Class Library Documentation

VGMembership.DeleteUser Method (String)

Deletes a user from the repository.

public static bool DeleteUser(
   String username
);

Parameters

username
The name of the user to delete.

Return Value

true if the user was deleted; otherwise, false.

Remarks

This method deletes the user even if the user is a member of another application.

Exceptions

Exception Type Condition
ArgumentNullException username is null.
ArgumentException username is empty or is longer than 64 characters or contains invalid chars ('\', '/', '?', '*', '%', ';', ''', '"', ':', '|', '[', ']', '+', '=', ',').
SecurityException The current user has not enough privileges to use Membership API. The Membership access level of the application must be sufficient to allows this action or the 'Membership Manager' role must be granted to the user by using the Visual Guard console.

See Also

VGMembership Class | Novalys.VisualGuard.Security.Membership Namespace | VGMembership.DeleteUser Overload List