This documentation is archived and is not being maintained.
RoleProvider Methods
Visual Studio 2008
The RoleProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddUsersToRoles | Adds the specified user names to the specified roles for the configured applicationName. |
|
CreateRole | Adds a new role to the data source for the configured applicationName. |
|
DeleteRole | Removes a role from the data source for the configured applicationName. |
|
Equals | 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 | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetRolesForUser | Gets a list of the roles that a specified user is in for the configured applicationName. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
GetUsersInRole | Gets a list of users in the specified role for the configured applicationName. |
|
Initialize | Initializes the provider. (Inherited from ProviderBase.) |
|
IsUserInRole | Gets a value indicating whether the specified user is in the specified role for the configured applicationName. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RemoveUsersFromRoles | Removes the specified user names from the specified roles for the configured applicationName. |
|
RoleExists | 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.) |
Show: