MembershipProvider.OnValidatingPassword Method
Raises the ValidatingPassword event if an event handler has been defined.
Assembly: System.Web (in System.Web.dll)
'Declaration Protected Overridable Sub OnValidatingPassword ( _ e As ValidatePasswordEventArgs _ ) 'Usage Dim e As ValidatePasswordEventArgs Me.OnValidatingPassword(e)
Parameters
- e
- Type: System.Web.Security.ValidatePasswordEventArgs
The ValidatePasswordEventArgs to pass to the ValidatingPassword event handler.
The OnValidatingPassword virtual method is used during the CreateUser, ChangePassword, and ResetPassword methods to raise the ValidatingPassword event if a MembershipValidatePasswordEventHandler has been specified. The e parameter is used to pass a ValidatePasswordEventArgs object to the MembershipValidatePasswordEventHandler event handler. When the ValidatingPassword event has completed, the properties of the ValidatePasswordEventArgs object supplied as the e parameter can be examined to determine whether the current action should be canceled and if a particular Exception, stored in the FailureInformation property, should be thrown.
For an example of a MembershipProvider implementation, see Implementing a Profile Provider.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.