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

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 event VGSecurityInitializedEventHandler Initialized
Visual Basic
Public Event Initialized As VGSecurityInitializedEventHandler

Value

Type: Novalys.VisualGuard.Security.WebForm..::..VGSecurityInitializedEventHandler

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