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