Visual Guard Class Library Documentation

VGLoginForm.VGAuthenticationSucceededEventHandler Event

Event raised when the authentication process is successfull.

public event VGAuthenticationSucceededEventHandler AuthenticationSucceeded;

Event Data

The event handler receives an argument of type VGAuthenticationSucceededEventArgs containing data related to this event. The following VGAuthenticationSucceededEventArgs properties provide information specific to this event.

Property Description
GrantedRoles Gets or sets the list of roles granted to the user.
Identity Gets the IIdentity representing the user authenticated.
Message Gets or sets the message that will be displayed to the user.
Status Gets or sets the status of the authentication.

See Also

VGLoginForm Class | Novalys.VisualGuard.Security.WinForm Namespace