Click or drag to resize

VGHttpModuleSecurityLoaded Event

Occurs after the security permissions are loaded.

Namespace:  Novalys.VisualGuard.Security.WebForm
Assembly:  Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public event VGSecurityLoadedEventHandler SecurityLoaded

Value

Type: Novalys.VisualGuard.SecurityVGSecurityLoadedEventHandler
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(String)Authenticate(String, String, VGAuthenticationMode) method.
See Also