Removes the specified user from the specified list of roles.
Removes the specified user from the specified list of roles.
public static void RemoveUsersFromRole(NTAccount[],String);
Removes the specified users from the specified role.
public static void RemoveUsersFromRole(String[],String);
VGRoles Class | Novalys.VisualGuard.Security.Membership Namespace