System.Web
2.0.0.0
System.EventArgs
The event is raised when the , , or method of a membership provider is called.
You can handle the event to validate password formats and values for membership users.
You can cancel the current , , or action by setting the property to true during the event.
If you cancel the current action by setting the property to true, you can set the property to an exception that describes the reason for the password-validation failure. The calling method will throw the exception that the property is set to. If the property is null, the caller will throw a generic password-validation failure exception.
Provides event data for the event of the class.
Constructor
The constructor is used by a membership provider implementation in the , , and method implementations.
Creates a new instance of the class.
The membership user name for the current create-user, change-password, or reset-password action.
The new password for the specified membership user.
true if the event is occurring while a new user is being created; otherwise, false.
2.0.0.0
Property
System.Boolean
To be added.
The property is used to cancel the current , , or action. You can cancel the current action by setting the property to true during the event.
If you cancel the current action by setting the property to true, you can set the property to an exception that describes the reason for the password-validation failure. The calling method will throw the exception that the property is set to. If the property is null, the caller will throw a generic password-validation failure exception.
Gets or sets a value that indicates whether the current create-user, change-password, or reset-password action will be canceled.
2.0.0.0
Property
System.Exception
To be added.
The property is used when the current , , or action has been canceled by setting the property to true.
The property is set to an exception that describes the reason for the password-validation failure. The calling method will throw the exception that the property is set to. If the property is null, the caller will throw a generic password-validation failure exception.
Gets or sets an exception that describes the reason for the password-validation failure.
2.0.0.0
Property
System.Boolean
To be added.
To be added.
Gets a value that indicates whether the event is being raised during a call to the method.
2.0.0.0
Property
System.String
To be added.
The event is raised when the , , or method of a membership provider is called.
You can handle the event to validate password formats and values for membership users.
You can cancel the current , , or action by setting the property to true during the event.
If you cancel the current action by setting the property to true, you can set the property to an exception that describes the reason for the password-validation failure. The calling method will throw the exception that the property is set to. If the property is null, the caller will throw a generic password-validation failure exception.
Gets the password for the current create-user, change-password, or reset-password action.
2.0.0.0
Property
System.String
To be added.
To be added.
Gets the name of the membership user for the current create-user, change-password, or reset-password action.
2.0.0.0