ClientRoleProvider Methods

 

Namespace:   System.Web.ClientServices.Providers
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_pubmethodAddUsersToRoles(array<String^>^, array<String^>^)

This method is not used by this class.(Overrides RoleProvider::AddUsersToRoles(array<String^>^, array<String^>^).)

System_CAPS_pubmethodCreateRole(String^)

This method is not used by this class.(Overrides RoleProvider::CreateRole(String^).)

System_CAPS_pubmethodDeleteRole(String^, Boolean)

This method is not used by this class.(Overrides RoleProvider::DeleteRole(String^, Boolean).)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodFindUsersInRole(String^, String^)

This method is not used by this class.(Overrides RoleProvider::FindUsersInRole(String^, String^).)

System_CAPS_pubmethodGetAllRoles()

This method is not used by this class.(Overrides RoleProvider::GetAllRoles().)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetRolesForUser(String^)

Gets the names of the roles that the specified user belongs to.(Overrides RoleProvider::GetRolesForUser(String^).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodGetUsersInRole(String^)

This method is not used by this class.(Overrides RoleProvider::GetUsersInRole(String^).)

System_CAPS_pubmethodInitialize(String^, NameValueCollection^)

Initializes the provider. (Overrides ProviderBase::Initialize(String^, NameValueCollection^).)

System_CAPS_pubmethodIsUserInRole(String^, String^)

Gets a value indicating whether the specified user is in the specified role.(Overrides RoleProvider::IsUserInRole(String^, String^).)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodRemoveUsersFromRoles(array<String^>^, array<String^>^)

This method is not used by this class.(Overrides RoleProvider::RemoveUsersFromRoles(array<String^>^, array<String^>^).)

System_CAPS_pubmethodResetCache()

Clears the cached role information and resets the cache time-out period.

System_CAPS_pubmethodRoleExists(String^)

This method is not used by this class.(Overrides RoleProvider::RoleExists(String^).)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: