1 reference to PasswordAnswerAttemptLockoutDuration
System.Web (1)
Security\ADMembershipProvider.cs (1)
2772
bool isLockedOutByBadPasswordAnswer = (diffTime <= new TimeSpan(0,
PasswordAnswerAttemptLockoutDuration
, 0));