Mono Class Library: Overview

System.Web.Security.RoleProvider: Members

The members of System.Web.Security.RoleProvider are listed below.

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

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

abstract
ApplicationNamestring. Documentation for this section has not yet been entered.

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.