SimpleMembershipProvider.GetLastPasswordFailureDate(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the date and time when an incorrect password was most recently entered for the specified user account.
public override DateTime GetLastPasswordFailureDate (string userName);
override this.GetLastPasswordFailureDate : string -> DateTime
Public Overrides Function GetLastPasswordFailureDate (userName As String) As DateTime
Parameters
- userName
- String
The user name of the account.
Returns
The date and time when an incorrect password was most recently entered for this user account, or MinValue if an incorrect password has not been entered for this user account.