ValidatePasswordEventArgs Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| 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.
|
Reference
ValidatePasswordEventArgs ClassSystem.Web.Security Namespace
Other Resources
Introduction to MembershipCommunity Additions
ADD
Show: