1 write to passwordStrengthRegexTimeout
System.Web (1)
Security\ADMembershipProvider.cs (1)
382
passwordStrengthRegexTimeout
= SecUtility.GetNullableIntValue(config, "passwordStrengthRegexTimeout");
2 references to passwordStrengthRegexTimeout
System.Web (2)
Security\ADMembershipProvider.cs (2)
743
if( !RegexUtil.IsMatch( password, PasswordStrengthRegularExpression, RegexOptions.None,
passwordStrengthRegexTimeout
) )
1232
if( !RegexUtil.IsMatch( newPassword, PasswordStrengthRegularExpression, RegexOptions.None,
passwordStrengthRegexTimeout
) )