RoleProvider Methods
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
| Name | Description | |
|---|---|---|
![]() | AddUsersToRoles(array<String^>^, array<String^>^) | Adds the specified user names to the specified roles for the configured applicationName. |
![]() | CreateRole(String^) | Adds a new role to the data source for the configured applicationName. |
![]() | DeleteRole(String^, Boolean) | Removes a role from the data source for the configured applicationName. |
![]() | 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^) | Gets an array of user names in a role where the user name contains the specified user name to match. |
![]() | GetAllRoles() | Gets a list of all the roles for the configured applicationName. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRolesForUser(String^) | Gets a list of the roles that a specified user is in for the configured applicationName. |
![]() | GetType() | |
![]() | GetUsersInRole(String^) | Gets a list of users in the specified role for the configured applicationName. |
![]() | Initialize(String^, NameValueCollection^) | Initializes the provider.(Inherited from ProviderBase.) |
![]() | IsUserInRole(String^, String^) | Gets a value indicating whether the specified user is in the specified role for the configured applicationName. |
![]() | MemberwiseClone() | |
![]() | RemoveUsersFromRoles(array<String^>^, array<String^>^) | Removes the specified user names from the specified roles for the configured applicationName. |
![]() | RoleExists(String^) | Gets a value indicating whether the specified role name already exists in the role data source for the configured applicationName. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

