A global application event that is raised when the VGHttpModule is initialized.
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. |
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.
VGHttpModule Class | Novalys.VisualGuard.Security.WebForm Namespace