Base:
property
PasswordStrengthRegularExpression
System.Web.Security.MembershipProvider.PasswordStrengthRegularExpression
4 references to PasswordStrengthRegularExpression
System.Web (4)
Security\SQLMembershipProvider.cs (4)
335if( PasswordStrengthRegularExpression.Length > 0 ) 337if( !RegexUtil.IsMatch( password, PasswordStrengthRegularExpression, RegexOptions.None, _passwordStrengthRegexTimeout ) ) 584if( PasswordStrengthRegularExpression.Length > 0 ) 586if( !RegexUtil.IsMatch( newPassword, PasswordStrengthRegularExpression, RegexOptions.None, _passwordStrengthRegexTimeout ) )