  | ActiveDirectoryRoleProviderRemoveUsersFromRoles Method  | 
 
            Removes the specified user names from the specified roles for the configured applicationName.
            
 
    Namespace: 
   Galactic.Web.Security.ActiveDirectory
    Assembly:
   Galactic.Web.Security.ActiveDirectory (in Galactic.Web.Security.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic override void RemoveUsersFromRoles(
	string[] usernames,
	string[] roleNames
)
Public Overrides Sub RemoveUsersFromRoles ( 
	usernames As String(),
	roleNames As String()
)
public:
virtual void RemoveUsersFromRoles(
	array<String^>^ usernames, 
	array<String^>^ roleNames
) override
abstract RemoveUsersFromRoles : 
        usernames : string[] * 
        roleNames : string[] -> unit 
override RemoveUsersFromRoles : 
        usernames : string[] * 
        roleNames : string[] -> unit Parameters
- usernames
 - Type: SystemString
A string array of user names to be removed from the specified roles. - roleNames
 - Type: SystemString
A string array of role names to remove the specified user names from. 
See Also