Visual Guard Class Library Documentation

VGValidatePasswordEventArgs Constructor 

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

public VGValidatePasswordEventArgs(
   String userName,
   String password,
   Boolean isNewUser
);

Parameters

userName
The membership user name for the current create-user, change-password, or reset-password action.
password
The new password for the specified membership user.
isNewUser
true if the event is occurring while a new user is being created; otherwise, false.

See Also

VGValidatePasswordEventArgs Class | Novalys.VisualGuard.Security Namespace