Visual Guard Class Library Documentation

VGMembership.DeleteWindowsAccount Method (NTAccount, Boolean)

Deletes a windows account from the repository.

public static bool DeleteWindowsAccount(
   NTAccount account,
   Boolean forAllApplications
);

Parameters

account
A NTAccount object represnting the windows account to delete.
forAllApplications
true if the account must be deleted even the account is a member of another application, false otherwise

Return Value

true if the account was deleted; otherwise, false.

Remarks

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

Exceptions

Exception Type Condition
ArgumentNullException account is null.
VGIsMemberOfAnotherApplicationException The account is a member of an another application and the forAllApplications not equal to true.

- or

The account is a master administrator of the console.
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.DeleteWindowsAccount Overload List