Event raised when the authentication process is successfull.
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. |
VGLoginForm Class | Novalys.VisualGuard.Security.WinForm Namespace