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

#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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ AuthenticateMessage()

Poco::Net::NTLMCredentials::AuthenticateMessage::AuthenticateMessage ( )
inline

Definition at line 94 of file NTLMCredentials.h.

Member Data Documentation

◆ flags

Poco::UInt32 Poco::Net::NTLMCredentials::AuthenticateMessage::flags

Definition at line 96 of file NTLMCredentials.h.

◆ lmResponse

std::vector<unsigned char> Poco::Net::NTLMCredentials::AuthenticateMessage::lmResponse

Definition at line 97 of file NTLMCredentials.h.

◆ ntlmResponse

std::vector<unsigned char> Poco::Net::NTLMCredentials::AuthenticateMessage::ntlmResponse

Definition at line 98 of file NTLMCredentials.h.

◆ target

std::string Poco::Net::NTLMCredentials::AuthenticateMessage::target

Definition at line 99 of file NTLMCredentials.h.

◆ username

std::string Poco::Net::NTLMCredentials::AuthenticateMessage::username

Definition at line 100 of file NTLMCredentials.h.

◆ workstation

std::string Poco::Net::NTLMCredentials::AuthenticateMessage::workstation

Definition at line 101 of file NTLMCredentials.h.


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