Visual Guard Class Library Documentation

VGMemberShipProvider Class

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

For a list of all members of this type, see VGMemberShipProvider Members.

System.Object
   ProviderBase
      MembershipProvider
         VGMemberShipProvider

public class VGMemberShipProvider : MembershipProvider

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class is used by the Membership and MembershipUser classes to provide membership services for an ASP.NET application using a Visual Guard repository.

To use the VGMemberShipProvider, you must configure your web.config file. You must add this provider in the providers list of the roleManager section and defines this provider as the DefaultProvider.


We strongly recommend to read the "How to integrate Visual Guard in n ASP.Net 2.0 application" document.

This provider does not support the modification of ApplicationName. This provider support only to access to the application defines in the Visual Guard configuration files.

Requirements

Namespace: Novalys.VisualGuard.Security.WebForm

Assembly: Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll)

See Also

VGMemberShipProvider Members | Novalys.VisualGuard.Security.WebForm Namespace