This documentation is archived and is not being maintained.
ClientRoleProvider Members
Visual Studio 2008
Gets role information for Windows-based applications from an ASP.NET AJAX roles service.
The ClientRoleProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddUsersToRoles | This method is not used by this class. (Overrides RoleProvider::AddUsersToRoles(array<String>, array<String>).) |
|
CreateRole | This method is not used by this class. (Overrides RoleProvider::CreateRole(String).) |
|
DeleteRole | This method is not used by this class. (Overrides RoleProvider::DeleteRole(String, Boolean).) |
|
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 | This method is not used by this class. (Overrides RoleProvider::FindUsersInRole(String, String).) |
|
GetAllRoles | This method is not used by this class. (Overrides RoleProvider::GetAllRoles().) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetRolesForUser | Gets the names of the roles that the specified user belongs to. (Overrides RoleProvider::GetRolesForUser(String).) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
GetUsersInRole | This method is not used by this class. (Overrides RoleProvider::GetUsersInRole(String).) |
|
Initialize | Initializes the provider. (Overrides ProviderBase::Initialize(String, NameValueCollection).) |
|
IsUserInRole | Gets a value indicating whether the specified user is in the specified role. (Overrides RoleProvider::IsUserInRole(String, String).) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RemoveUsersFromRoles | This method is not used by this class. (Overrides RoleProvider::RemoveUsersFromRoles(array<String>, array<String>).) |
|
ResetCache | Clears the cached role information and resets the cache time-out period. |
|
RoleExists | This method is not used by this class. (Overrides RoleProvider::RoleExists(String).) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ApplicationName | This property is not used by this class. (Overrides RoleProvider::ApplicationName.) |
|
Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase.) |
|
Name | Gets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase.) |
|
ServiceUri | Gets or sets the URI of the role service. |
Show: