Removes the specified Windows accounts from the specified roles.
Removes the specified Windows accounts from the specified roles.
public static void RemoveUsersFromRoles(NTAccount[],String[]);
Removes the specified user names from the specified roles.
public static void RemoveUsersFromRoles(String[],String[]);
VGRoles Class | Novalys.VisualGuard.Security.Membership Namespace