Removes the specified user from the specified list of roles.
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. |
VGRolesInstance Class | Novalys.VisualGuard.Security.Membership Namespace | VGRolesInstance.RemoveUserFromRoles Overload List