ExtendedMembershipProvider.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.
When overridden in a derived class, returns the date and time when an incorrect password was most recently entered for the specified user account.
public abstract DateTime GetLastPasswordFailureDate (string userName);
abstract member GetLastPasswordFailureDate : string -> DateTime
Public MustOverride 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.