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