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.
Class | Description |
---|---|
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. |
Delegate | Description |
---|---|
VGSecurityInitializedEventHandler | Represents the method that handles a Initialized event. |