Visual Guard Class Library Documentation

Novalys.VisualGuard.Security.WebForm Namespace

The Novalys.VisualGuard.Security.WebForm namespace provides classes used to enable Visual Guard in ASP.Net applications.

The VGHttpModule class allows Visual Guard to load security in conjunction with Forms, Windows and Passport authentication. It sets the User property to a VGIPrincipal object.

If you need to integrate Visual Guard in an ASP.Net 1.1 application, we strongly recommend to read the "How to integrate Visual Guard in an ASP.Net 1.1 application" document.

If you need to integrate Visual Guard in an ASP.Net 2.0 application, we strongly recommend to read the "How to integrate Visual Guard in an ASP.Net 2.0 application" document.

Namespace hierarchy

Classes

ClassDescription
VGHttpModule Loads the Visual Guard permission of the current user for an ASP.NET application when Visual Guard is enabled. This class cannot be inherited. .
VGMemberShipProvider Manages storage of membership information for an ASP.NET application in a Visual Guard repository.
VGRoleProvider Manages storage of role membership information for an ASP.NET application in a Visual Guard repository.
VGSecurityInitializedEventArgs

Provides data for the Initialized event.

Delegates

DelegateDescription
VGSecurityInitializedEventHandler Represents the method that handles a Initialized event.