Base:
property
PasswordStrengthRegularExpression
System.Web.Security.MembershipProvider.PasswordStrengthRegularExpression
4 references to PasswordStrengthRegularExpression
System.Web (4)
Security\ADMembershipProvider.cs (4)
741if( PasswordStrengthRegularExpression.Length > 0 ) 743if( !RegexUtil.IsMatch( password, PasswordStrengthRegularExpression, RegexOptions.None, passwordStrengthRegexTimeout ) ) 1230if( PasswordStrengthRegularExpression.Length > 0 ) 1232if( !RegexUtil.IsMatch( newPassword, PasswordStrengthRegularExpression, RegexOptions.None, passwordStrengthRegexTimeout ) )