Visual Guard Class Library Documentation

VGAuthenticationFailedEventArgs Constructor 

Initializes a new instance of the VGAuthenticationFailedEventArgs class with an action, the node it was performed upon, and the parent node.

public VGAuthenticationFailedEventArgs(
   IIdentity identity,
   VGAuthenticationStatus status,
   String message
);

Parameters

identity

A IIdentity object representing the user for which the authentication fails.

status

The VGAuthenticationStatus indicating the status the authentication.

message
the default message that will be displayed to the user.

See Also

VGAuthenticationFailedEventArgs Class | Novalys.VisualGuard.Security.WinForm Namespace