MySqlSimpleRoleProvider Class

MySQL Connector/Net

MySqlSimpleRoleProvider Class
Inheritance Hierarchy
SystemObject  System.Configuration.ProviderProviderBase
    System.Web.SecurityRoleProvider
      SimpleRoleProvider
        MySql.Web.SecurityMySqlSimpleRoleProvider

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public class MySqlSimpleRoleProvider : SimpleRoleProvider
Public Class MySqlSimpleRoleProvider
	Inherits SimpleRoleProvider
public ref class MySqlSimpleRoleProvider : public SimpleRoleProvider
type MySqlSimpleRoleProvider =  
    class
        inherit SimpleRoleProvider
    end

The MySqlSimpleRoleProvider type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyApplicationName (Overrides SimpleRoleProvider.ApplicationName.)
Public propertyConnectionString
Public propertyConnectionStringName
Public propertyDescription
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.)
Public propertyName
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.)
Public propertyUserIdColumn
Public propertyUserNameColumn
Public propertyUserTableName
Top
Methods
  NameDescription
Public methodAddUsersToRoles (Overrides SimpleRoleProvider.AddUsersToRoles(String, String).)
Public methodCreateRole (Overrides SimpleRoleProvider.CreateRole(String).)
Public methodDeleteRole (Overrides SimpleRoleProvider.DeleteRole(String, Boolean).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindUsersInRole (Overrides SimpleRoleProvider.FindUsersInRole(String, String).)
Public methodGetAllRoles (Overrides SimpleRoleProvider.GetAllRoles.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRolesForUser (Overrides SimpleRoleProvider.GetRolesForUser(String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUsersInRole (Overrides SimpleRoleProvider.GetUsersInRole(String).)
Public methodInitialize (Overrides ProviderBaseInitialize(String, NameValueCollection).)
Public methodIsUserInRole (Overrides SimpleRoleProvider.IsUserInRole(String, String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveUsersFromRoles (Overrides SimpleRoleProvider.RemoveUsersFromRoles(String, String).)
Public methodRoleExists (Overrides SimpleRoleProvider.RoleExists(String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also