Ark Server API (ASE) - Wiki
|
This message is sent from the client to initiate NTLM authentication. More...
#include <NTLMCredentials.h>
Public Member Functions | |
NegotiateMessage () | |
Public Attributes | |
Poco::UInt32 | flags |
std::string | domain |
std::string | workstation |
This message is sent from the client to initiate NTLM authentication.
Definition at line 69 of file NTLMCredentials.h.
|
inline |
Definition at line 72 of file NTLMCredentials.h.
std::string Poco::Net::NTLMCredentials::NegotiateMessage::domain |
Definition at line 75 of file NTLMCredentials.h.
Poco::UInt32 Poco::Net::NTLMCredentials::NegotiateMessage::flags |
Definition at line 74 of file NTLMCredentials.h.
std::string Poco::Net::NTLMCredentials::NegotiateMessage::workstation |
Definition at line 76 of file NTLMCredentials.h.