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
abstractAddUsersToRoles(string[], string[]) Documentation for this section has not yet been entered. abstractCreateRole(string) Documentation for this section has not yet been entered. abstractDeleteRole(string, bool) : bool Documentation for this section has not yet been entered. abstractFindUsersInRole(string, string) : string[] Documentation for this section has not yet been entered. abstractGetAllRoles() : string[] Documentation for this section has not yet been entered. abstractGetRolesForUser(string) : string[] Documentation for this section has not yet been entered. abstractGetUsersInRole(string) : string[] Documentation for this section has not yet been entered. abstractIsUserInRole(string, string) : bool Documentation for this section has not yet been entered. abstractRemoveUsersFromRoles(string[], string[]) Documentation for this section has not yet been entered. abstractRoleExists(string) : bool Documentation for this section has not yet been entered.