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

Namespace:  Novalys.VisualGuard.Security.WinForm
Assembly:  Novalys.VisualGuard.Security.WinForm (in Novalys.VisualGuard.Security.WinForm.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGAuthenticationFailedEventArgs(
	IIdentity identity,
	VGAuthenticationStatus status,
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	identity As IIdentity, _
	status As VGAuthenticationStatus, _
	message As String _
)

Parameters

identity
Type: System.Security.Principal..::.IIdentity

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

status
Type: Novalys.VisualGuard.Security..::.VGAuthenticationStatus

The VGAuthenticationStatus indicating the status the authentication.

message
Type: System..::.String
the default message that will be displayed to the user.

See Also