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