Poco::Net::NTLMCredentials

struct NegotiateMessage

Library: Net
Package: NTLM
Header: Poco/Net/NTLMCredentials.h

Description

This message is sent from the client to initiate NTLM authentication.

Constructors

NegotiateMessage inline

NegotiateMessage();

Variables

domain

std::string domain;

flags

Poco::UInt32 flags;

workstation

std::string workstation;