Visual Guard Class Library Documentation

VGLoginForm.VGAuthenticationFailedEventHandler Event

Event raised when the authentication process is failed.

public event VGAuthenticationFailedEventHandler AuthenticationFailed;

Event Data

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.

See Also

VGLoginForm Class | Novalys.VisualGuard.Security.WinForm Namespace