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)
337
if( !RegexUtil.IsMatch( password, PasswordStrengthRegularExpression, RegexOptions.None,
_passwordStrengthRegexTimeout
) )
586
if( !RegexUtil.IsMatch( newPassword, PasswordStrengthRegularExpression, RegexOptions.None,
_passwordStrengthRegexTimeout
) )