5 references to _minPasswordLengthError
System.Web (5)
Security\MembershipPasswordAttribute.cs (5)
80this._minPasswordLengthError.ResourceType = value; 98return this._minPasswordLengthError.Value; 101if (this._minPasswordLengthError.Value != value) { 102this._minPasswordLengthError.Value = value; 244return this._minPasswordLengthError.GetLocalizableValue() ?? SR.GetString(SR.MembershipPasswordAttribute_InvalidPasswordLength);