The VGValidatePasswordEventArgs type exposes the following members.

Constructors

  NameDescription
VGValidatePasswordEventArgs

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

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Cancel
Gets or sets a value that indicates whether the current create-user, change-password, or reset-password action will be canceled.
FailureInformation
Gets or sets an exception that describes the reason for the password-validation failure.
IsNewUser
Gets a value that indicates whether the ValidatingPassword event is being raised during a call to the CreateUser method.
Password
Gets the password for the current create-user, change-password, or reset-password action.
UserName
Gets the name of the membership user for the current create-user, change-password, or reset-password action.

See Also