1 write to _passwordStrengthRegexTimeout
System.Web (1)
Security\SQLMembershipProvider.cs (1)
128_passwordStrengthRegexTimeout = SecUtility.GetNullableIntValue(config, "passwordStrengthRegexTimeout");
2 references to _passwordStrengthRegexTimeout
System.Web (2)
Security\SQLMembershipProvider.cs (2)
337if( !RegexUtil.IsMatch( password, PasswordStrengthRegularExpression, RegexOptions.None, _passwordStrengthRegexTimeout ) ) 586if( !RegexUtil.IsMatch( newPassword, PasswordStrengthRegularExpression, RegexOptions.None, _passwordStrengthRegexTimeout ) )