A global application event that is raised when the VGHttpModule is loading permissions for a user.

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

Syntax

C#
public event VGPermissionsLoadingEventHandler PermissionLoading
Visual Basic
Public Event PermissionLoading As VGPermissionsLoadingEventHandler

Value

Type: Novalys.VisualGuard.Security..::..VGPermissionsLoadingEventHandler

Remarks

You can use this event to filter the list of user's roles or to change the status of the current authorization process.

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

See Also