MySQLRoleProvider Class

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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.8.4.0

Syntax

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

Inheritance Hierarchy

See Also