# File lib/net/ntlm.rb, line 512
      def value=(val)
        @value = val
        self.length = self.allocated = val.size
      end