Visual Guard Class Library Documentation

VGHttpModule.VGSecurityInitializedEventHandler Event

A global application event that is raised when the VGHttpModule is initialized.

public event VGSecurityInitializedEventHandler Initialized;

Event Data

The event handler receives an argument of type VGSecurityInitializedEventArgs containing data related to this event. The following VGSecurityInitializedEventArgs property provides information specific to this event.

Property Description
Runtime Gets or sets the VGSecurityRuntime object used to load and set the security of the application.

Remarks

You can use this event to change the default security settings before VGHttpModule loads the security settigns of the application

You can specify a handler for the Initialized event by adding a public subroutine named VGModule_Initialized to the Global.asax file.

See Also

VGHttpModule Class | Novalys.VisualGuard.Security.WebForm Namespace