Ark Server API (ASE) - Wiki
|
#include <NTLMCredentials.h>
Public Member Functions | |
AuthenticateMessage () | |
Public Attributes | |
Poco::UInt32 | flags |
std::vector< unsigned char > | lmResponse |
std::vector< unsigned char > | ntlmResponse |
std::string | target |
std::string | username |
std::string | workstation |
This message is sent from the client to authenticate itself by providing a response to the server challenge.
Definition at line 90 of file NTLMCredentials.h.
|
inline |
Definition at line 94 of file NTLMCredentials.h.
Poco::UInt32 Poco::Net::NTLMCredentials::AuthenticateMessage::flags |
Definition at line 96 of file NTLMCredentials.h.
std::vector<unsigned char> Poco::Net::NTLMCredentials::AuthenticateMessage::lmResponse |
Definition at line 97 of file NTLMCredentials.h.
std::vector<unsigned char> Poco::Net::NTLMCredentials::AuthenticateMessage::ntlmResponse |
Definition at line 98 of file NTLMCredentials.h.
std::string Poco::Net::NTLMCredentials::AuthenticateMessage::target |
Definition at line 99 of file NTLMCredentials.h.
std::string Poco::Net::NTLMCredentials::AuthenticateMessage::username |
Definition at line 100 of file NTLMCredentials.h.
std::string Poco::Net::NTLMCredentials::AuthenticateMessage::workstation |
Definition at line 101 of file NTLMCredentials.h.