The VGValidatePasswordEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyCancel
Gets or sets a value that indicates whether the current create-user, change-password, or reset-password action will be canceled.
Public propertyFailureInformation
Gets or sets an exception that describes the reason for the password-validation failure.
Public propertyIsNewUser
Gets a value that indicates whether the ValidatingPassword event is being raised during a call to the CreateUser method.
Public propertyPassword
Gets the password for the current create-user, change-password, or reset-password action.
Public propertyUserName
Gets the name of the membership user for the current create-user, change-password, or reset-password action.

See Also