MySQLRoleProvider Methods

MySQL Connector/Net

The MySQLRoleProvider type exposes the following members.

Methods

  NameDescription
AddUsersToRoles
Adds the users to roles.
(Overrides RoleProvider..::.AddUsersToRoles(array<String>[]()[], array<String>[]()[]).)
CreateRole
Creates the role.
(Overrides RoleProvider..::.CreateRole(String).)
DeleteRole
Deletes the role.
(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 attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindUsersInRole
Finds the users in role.
(Overrides RoleProvider..::.FindUsersInRole(String, String).)
GetAllRoles
Gets a list of all the roles for the configured applicationName.
(Overrides RoleProvider..::.GetAllRoles()()().)
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.
(Overrides RoleProvider..::.GetRolesForUser(String).)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetUsersInRole
Gets the users in role.
(Overrides RoleProvider..::.GetUsersInRole(String).)
Initialize
Initializes the provider.
(Overrides ProviderBase..::.Initialize(String, NameValueCollection).)
IsUserInRole
Determines whether [is user in role] [the specified username].
(Overrides RoleProvider..::.IsUserInRole(String, String).)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveUsersFromRoles
Removes the users from roles.
(Overrides RoleProvider..::.RemoveUsersFromRoles(array<String>[]()[], array<String>[]()[]).)
RoleExists
Roles the exists.
(Overrides RoleProvider..::.RoleExists(String).)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also