Visual Guard Class Library Documentation

VGSecurityManager.VGSecurityLoadedEventHandler Event

Occurs after the security permissions are loaded.

public static 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 or Authenticate method.

See Also

VGSecurityManager Class | Novalys.VisualGuard.Security Namespace