Visual Guard Class Library Documentation

VGHttpModule Class

Loads the Visual Guard permission of the current user for an ASP.NET application when Visual Guard is enabled. This class cannot be inherited. .

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

System.Object
   VGHttpModule

public class VGHttpModule : IHttpModule

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 module allows Visual Guard to load security in conjunction with Forms, Windows and Passport authentication. It sets the User property to a VGIPrincipal object.

You can enable this module by declaring it in the list of module in your web.config file.

Requirements

Namespace: Novalys.VisualGuard.Security.WebForm

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

See Also

VGHttpModule Members | Novalys.VisualGuard.Security.WebForm Namespace