Manages storage of role membership information for an ASP.NET application in a Visual Guard repository.

Namespace: Novalys.VisualGuard.Security.WebForm
Assembly: Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public class VGRoleProvider : RoleProvider
Visual Basic
Public Class VGRoleProvider
	Inherits RoleProvider

Inheritance Hierarchy

System..::..Object
  System.Configuration.Provider..::..ProviderBase
    System.Web.Security..::..RoleProvider
      Novalys.VisualGuard.Security.WebForm..::..VGRoleProvider

See Also