Visual Guard Class Library Documentation

VGAuthenticationSucceededEventArgs Constructor 

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

public VGAuthenticationSucceededEventArgs(
   IIdentity identity,
   VGAuthenticationStatus status,
   VGGrantedRole[] grantedRoles,
   String message
);

Parameters

identity

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

status

The VGAuthenticationStatus indicating the status the authentication.

grantedRoles

A list of VGGrantedRole objects representing the list of roles granted to the user.

message
a string value representing the default message that will be displayed to the user.

See Also

VGAuthenticationSucceededEventArgs Class | Novalys.VisualGuard.Security.WinForm Namespace