![]() |
Ark Server API (ASE) - Wiki
|
This message is sent back by the server and contains the NTLM challenge. More...
#include <NTLMCredentials.h>
Public Member Functions | |
ChallengeMessage () | |
Public Attributes | |
Poco::UInt32 | flags |
std::vector< unsigned char > | challenge |
std::string | target |
std::vector< unsigned char > | targetInfo |
This message is sent back by the server and contains the NTLM challenge.
Definition at line 79 of file NTLMCredentials.h.
|
inline |
Definition at line 82 of file NTLMCredentials.h.
std::vector<unsigned char> Poco::Net::NTLMCredentials::ChallengeMessage::challenge |
Definition at line 85 of file NTLMCredentials.h.
Poco::UInt32 Poco::Net::NTLMCredentials::ChallengeMessage::flags |
Definition at line 84 of file NTLMCredentials.h.
std::string Poco::Net::NTLMCredentials::ChallengeMessage::target |
Definition at line 86 of file NTLMCredentials.h.
std::vector<unsigned char> Poco::Net::NTLMCredentials::ChallengeMessage::targetInfo |
Definition at line 87 of file NTLMCredentials.h.