Visual Guard Class Library Documentation

VGMembership.DeleteWindowsAccount Method (NTAccount)

Deletes a windows account from the repository.

public static bool DeleteWindowsAccount(
   NTAccount account
);

Parameters

account
A NTAccount object representing the windows account to delete.

Return Value

true if the account was deleted; otherwise, false.

Remarks

This method deletes the user even if the account is a member of another application. 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.

This method is available only for the .Net framework version 2.0 or later

See Also

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