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