Visual Guard Class Library Documentation

VGRolesInstance.RemoveUserFromRoles Method (NTAccount, String[])

Removes the specified user from the specified list of roles.

public void RemoveUserFromRoles(
   NTAccount account,
   String[] roleNames
);

Parameters

account
The Windows account to remove from the specified role.
roleNames
The list of roles to remove the specified user from.

Exceptions

Exception Type Condition
ArgumentNullException roleNames is null or one of the roles is null.

-or-

account is null.
ArgumentException One of the roles is an empty string.

-or-

roleNames contains a duplicate element.

-or-

One of roles was not found in the repository for the application.

-or-

account was not found in the repository for the application or cannot be converted to SID.
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

VGRolesInstance Class | Novalys.VisualGuard.Security.Membership Namespace | VGRolesInstance.RemoveUserFromRoles Overload List