Method: Rex::Proto::NTLM::Base::String#serialize

Defined in:
lib/rex/proto/ntlm/base.rb

#serializeObject



83
84
85
86
87
88
89
# File 'lib/rex/proto/ntlm/base.rb', line 83

def serialize
  if @active
    @value
  else
    ""
  end
end