3 writes to _PasswordStrengthRegularExpression
System.Web (3)
Security\SQLMembershipProvider.cs (3)
130_PasswordStrengthRegularExpression = config["passwordStrengthRegularExpression"]; 133_PasswordStrengthRegularExpression = _PasswordStrengthRegularExpression.Trim(); 148_PasswordStrengthRegularExpression = string.Empty;
5 references to _PasswordStrengthRegularExpression
System.Web (5)
Security\SQLMembershipProvider.cs (5)
64get { return _PasswordStrengthRegularExpression; } 131if( _PasswordStrengthRegularExpression != null ) 133_PasswordStrengthRegularExpression = _PasswordStrengthRegularExpression.Trim(); 134if( _PasswordStrengthRegularExpression.Length != 0 ) 138Regex regex = new Regex( _PasswordStrengthRegularExpression );