1 write to maxInvalidPasswordAttempts
System.Web (1)
Security\ADMembershipProvider.cs (1)
508maxInvalidPasswordAttempts = SecUtility.GetIntValue(config, "maxInvalidPasswordAttempts", 5, false, 0);
2 references to maxInvalidPasswordAttempts
System.Web (2)
Security\ADMembershipProvider.cs (2)
240return maxInvalidPasswordAttempts; 2665if (badPasswordAttemptCount >= maxInvalidPasswordAttempts)