Mono Class Library: Overview

System.Web.Security.SqlRoleProvider: Members

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

See Also: Inherited members from System.Web.Security.RoleProvider

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

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

Public Methods

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