Event raised when the authentication process is failed.
The event handler receives an argument of type VGAuthenticationFailedEventArgs containing data related to this event. The following VGAuthenticationFailedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Identity | Gets the IIdentity representing the user authenticated. |
| Message | Gets or sets the message that will be displayed to the user. |
| Status | Gets the VGAuthenticationStatus of the authentication process. |
VGLoginForm Class | Novalys.VisualGuard.Security.WinForm Namespace