MySQLRoleProvider Class

MySQL Connector/Net

Manages storage of role membership information for an ASP.NET application in a MySQL database.

Namespace:  MySql.Web.Security
Assembly:  MySql.Web (in MySql.Web.dll) Version: 6.2.2.0

Syntax

C#
public sealed class MySQLRoleProvider : RoleProvider
Visual Basic (Declaration)
Public NotInheritable Class MySQLRoleProvider _
	Inherits RoleProvider
Visual C++
public ref class MySQLRoleProvider sealed : public RoleProvider

Inheritance Hierarchy

See Also