Mono Class Library: Overview

System.Web.Security.Roles: Members

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

See Also: Inherited members from System.Object

Public Properties

static
ApplicationNamestring. Documentation for this section has not yet been entered.
[read-only]
static
CacheRolesInCookiebool. Documentation for this section has not yet been entered.
[read-only]
static
CookieNamestring. Documentation for this section has not yet been entered.
[read-only]
static
CookiePathstring. Documentation for this section has not yet been entered.
[read-only]
static
CookieProtectionValueCookieProtection. Documentation for this section has not yet been entered.
[read-only]
static
CookieRequireSSLbool. Documentation for this section has not yet been entered.
[read-only]
static
CookieSlidingExpirationbool. Documentation for this section has not yet been entered.
[read-only]
static
CookieTimeoutint. Documentation for this section has not yet been entered.
[read-only]
static
CreatePersistentCookiebool. Documentation for this section has not yet been entered.
[read-only]
static
Domainstring. Documentation for this section has not yet been entered.
[read-only]
static
Enabledbool. Documentation for this section has not yet been entered.
[read-only]
static
MaxCachedResultsint. Documentation for this section has not yet been entered.
[read-only]
static
ProviderRoleProvider. Documentation for this section has not yet been entered.
[read-only]
static
ProvidersRoleProviderCollection. Documentation for this section has not yet been entered.

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.