SqlRoleProvider Methods

 

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

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

Adds the specified user names to each of the specified roles.(Overrides RoleProvider::AddUsersToRoles(array<String^>^, array<String^>^).)

System_CAPS_pubmethodCreateRole(String^)

Adds a new role to the role database.(Overrides RoleProvider::CreateRole(String^).)

System_CAPS_pubmethodDeleteRole(String^, Boolean)

Removes a role from the role database.(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^)

Gets an array of user names in a role where the user name contains the specified user name to match.(Overrides RoleProvider::FindUsersInRole(String^, String^).)

System_CAPS_pubmethodGetAllRoles()

Gets a list of all the roles for the application.(Overrides RoleProvider::GetAllRoles().)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetRolesForUser(String^)

Gets a list of the roles that a user is in.(Overrides RoleProvider::GetRolesForUser(String^).)

System_CAPS_pubmethodGetType()

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

System_CAPS_pubmethodGetUsersInRole(String^)

Gets a list of users in the specified role.(Overrides RoleProvider::GetUsersInRole(String^).)

System_CAPS_pubmethodInitialize(String^, NameValueCollection^)

Initializes the SQL Server 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^).)

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^>^)

Removes the specified user names from the specified roles.(Overrides RoleProvider::RemoveUsersFromRoles(array<String^>^, array<String^>^).)

System_CAPS_pubmethodRoleExists(String^)

Gets a value indicating whether the specified role name already exists in the role database.(Overrides RoleProvider::RoleExists(String^).)

System_CAPS_pubmethodToString()

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

Return to top
Show: