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

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

Syntax

C#
public sealed class VGHttpModule : IHttpModule
Visual Basic
Public NotInheritable Class VGHttpModule
	Implements IHttpModule

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.

Inheritance Hierarchy

System..::..Object
  Novalys.VisualGuard.Security.WebForm..::..VGHttpModule

See Also