MySQLRoleProvider Class

MySQL Connector/Net

MySQLRoleProvider Class
Inheritance Hierarchy
SystemObject  System.Configuration.ProviderProviderBase
    System.Web.SecurityRoleProvider
      MySql.Web.SecurityMySQLRoleProvider

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public sealed class MySQLRoleProvider : RoleProvider
Public NotInheritable Class MySQLRoleProvider
	Inherits RoleProvider
public ref class MySQLRoleProvider sealed : public RoleProvider
[<SealedAttribute>]
type MySQLRoleProvider =  
    class
        inherit RoleProvider
    end

The MySQLRoleProvider type exposes the following members.

Constructors
  NameDescription
Public methodMySQLRoleProvider
Top
Properties
  NameDescription
Public propertyApplicationName (Overrides RoleProviderApplicationName.)
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 propertyWriteExceptionsToEventLog
Top
Methods
  NameDescription
Public methodAddUsersToRoles (Overrides RoleProviderAddUsersToRoles(String, String).)
Public methodCreateRole (Overrides RoleProviderCreateRole(String).)
Public methodDeleteRole (Overrides RoleProviderDeleteRole(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 RoleProviderFindUsersInRole(String, String).)
Public methodGetAllRoles (Overrides RoleProviderGetAllRoles.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRolesForUser (Overrides RoleProviderGetRolesForUser(String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUsersInRole (Overrides RoleProviderGetUsersInRole(String).)
Public methodInitialize (Overrides ProviderBaseInitialize(String, NameValueCollection).)
Public methodIsUserInRole (Overrides RoleProviderIsUserInRole(String, String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveUsersFromRoles (Overrides RoleProviderRemoveUsersFromRoles(String, String).)
Public methodRoleExists (Overrides RoleProviderRoleExists(String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also