Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::Net::NTLMCredentials::ChallengeMessage Struct Reference

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
 

Detailed Description

This message is sent back by the server and contains the NTLM challenge.

Definition at line 79 of file NTLMCredentials.h.

Constructor & Destructor Documentation

◆ ChallengeMessage()

Poco::Net::NTLMCredentials::ChallengeMessage::ChallengeMessage ( )
inline

Definition at line 82 of file NTLMCredentials.h.

Member Data Documentation

◆ challenge

std::vector<unsigned char> Poco::Net::NTLMCredentials::ChallengeMessage::challenge

Definition at line 85 of file NTLMCredentials.h.

◆ flags

Poco::UInt32 Poco::Net::NTLMCredentials::ChallengeMessage::flags

Definition at line 84 of file NTLMCredentials.h.

◆ target

std::string Poco::Net::NTLMCredentials::ChallengeMessage::target

Definition at line 86 of file NTLMCredentials.h.

◆ targetInfo

std::vector<unsigned char> Poco::Net::NTLMCredentials::ChallengeMessage::targetInfo

Definition at line 87 of file NTLMCredentials.h.


The documentation for this struct was generated from the following file: