Mono Class Library: Overview

System.Web.Security.Roles: Method Members

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

See Also: Inherited members from System.Object

Public Methods

static
AddUsersToRole(string[], string)
Documentation for this section has not yet been entered.
static
AddUsersToRoles(string[], string[])
Documentation for this section has not yet been entered.
static
AddUserToRole(string, string)
Documentation for this section has not yet been entered.
static
AddUserToRoles(string, string[])
Documentation for this section has not yet been entered.
static
CreateRole(string)
Documentation for this section has not yet been entered.
static
DeleteCookie()
Documentation for this section has not yet been entered.
static
DeleteRole(string) : bool
Documentation for this section has not yet been entered.
static
DeleteRole(string, bool) : bool
Documentation for this section has not yet been entered.
static
FindUsersInRole(string, string) : string[]
Documentation for this section has not yet been entered.
static
GetAllRoles() : string[]
Documentation for this section has not yet been entered.
static
GetRolesForUser() : string[]
Documentation for this section has not yet been entered.
static
GetRolesForUser(string) : string[]
Documentation for this section has not yet been entered.
static
GetUsersInRole(string) : string[]
Documentation for this section has not yet been entered.
static
IsUserInRole(string) : bool
Documentation for this section has not yet been entered.
static
IsUserInRole(string, string) : bool
Documentation for this section has not yet been entered.
static
RemoveUserFromRole(string, string)
Documentation for this section has not yet been entered.
static
RemoveUserFromRoles(string, string[])
Documentation for this section has not yet been entered.
static
RemoveUsersFromRole(string[], string)
Documentation for this section has not yet been entered.
static
RemoveUsersFromRoles(string[], string[])
Documentation for this section has not yet been entered.
static
RoleExists(string) : bool
Documentation for this section has not yet been entered.