4 references to IsMatch
System.Web (4)
Security\ADMembershipProvider.cs (2)
743
if( !RegexUtil.
IsMatch
( password, PasswordStrengthRegularExpression, RegexOptions.None, passwordStrengthRegexTimeout ) )
1232
if( !RegexUtil.
IsMatch
( newPassword, PasswordStrengthRegularExpression, RegexOptions.None, passwordStrengthRegexTimeout ) )
Security\SQLMembershipProvider.cs (2)
337
if( !RegexUtil.
IsMatch
( password, PasswordStrengthRegularExpression, RegexOptions.None, _passwordStrengthRegexTimeout ) )
586
if( !RegexUtil.
IsMatch
( newPassword, PasswordStrengthRegularExpression, RegexOptions.None, _passwordStrengthRegexTimeout ) )