Mono Class Library: Overview

System.Web.Security.RoleProvider: Method Members

The methods of System.Web.Security.RoleProvider are listed below. For a list of all members, see the RoleProvider Members list.

See Also: Inherited members from System.Configuration.Provider.ProviderBase

Public Methods

abstract
AddUsersToRoles(string[], string[])
Documentation for this section has not yet been entered.
abstract
CreateRole(string)
Documentation for this section has not yet been entered.
abstract
DeleteRole(string, bool) : bool
Documentation for this section has not yet been entered.
abstract
FindUsersInRole(string, string) : string[]
Documentation for this section has not yet been entered.
abstract
GetAllRoles() : string[]
Documentation for this section has not yet been entered.
abstract
GetRolesForUser(string) : string[]
Documentation for this section has not yet been entered.
abstract
GetUsersInRole(string) : string[]
Documentation for this section has not yet been entered.
abstract
IsUserInRole(string, string) : bool
Documentation for this section has not yet been entered.
abstract
RemoveUsersFromRoles(string[], string[])
Documentation for this section has not yet been entered.
abstract
RoleExists(string) : bool
Documentation for this section has not yet been entered.