Visual Guard Class Library Documentation

VGHttpModule.VGSecurityLoadedEventHandler Event

Occurs after the security permissions are loaded.

public event VGSecurityLoadedEventHandler SecurityLoaded;

Event Data

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

Property Description
Principal Gets the VGIPrincipal representing the current user.

Remarks

The event handler receives an argument of type VGSecurityLoadedEventArgs containing data related to this event. The SecurityLoaded event allows executing an action after each call of the LoadSecurity Authenticate method.

See Also

VGHttpModule Class | Novalys.VisualGuard.Security.WebForm Namespace