AuthorizationStoreRoleProvider Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddUsersToRoles(String(), String()) | Adds the specified user names to each of the specified roles.(Overrides RoleProvider.AddUsersToRoles(String(), String()).) |
![]() | CreateRole(String) | Adds a new role to the role authorization-manager policy store.(Overrides RoleProvider.CreateRole(String).) |
![]() | DeleteRole(String, Boolean) | Removes a role from the authorization-manager policy store.(Overrides RoleProvider.DeleteRole(String, Boolean).) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | FindUsersInRole(String, String) | This method is not supported by the authorization store role provider.(Overrides RoleProvider.FindUsersInRole(String, String).) |
![]() | GetAllRoles() | Gets a list of all the roles for the application.(Overrides RoleProvider.GetAllRoles().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRolesForUser(String) | Gets a list of the roles that a user is in.(Overrides RoleProvider.GetRolesForUser(String).) |
![]() | GetType() | |
![]() | GetUsersInRole(String) | Gets a list of users in the specified role.(Overrides RoleProvider.GetUsersInRole(String).) |
![]() | Initialize(String, NameValueCollection) | Initializes the authorization-manager role provider with the property values specified in the ASP.NET application's configuration file. This method is not intended to be used directly from your code.(Overrides ProviderBase.Initialize(String, NameValueCollection).) |
![]() | IsUserInRole(String, String) | Gets a value indicating whether the specified user is in the specified role.(Overrides RoleProvider.IsUserInRole(String, String).) |
![]() | MemberwiseClone() | |
![]() | RemoveUsersFromRoles(String(), String()) | Removes the specified user names from the specified roles.(Overrides RoleProvider.RemoveUsersFromRoles(String(), String()).) |
![]() | RoleExists(String) | Gets a value indicating whether the specified role name already exists in the authorization-manager policy store.(Overrides RoleProvider.RoleExists(String).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

