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

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
 

Detailed Description

This message is sent from the client to initiate NTLM authentication.

Definition at line 69 of file NTLMCredentials.h.

Constructor & Destructor Documentation

◆ NegotiateMessage()

Poco::Net::NTLMCredentials::NegotiateMessage::NegotiateMessage ( )
inline

Definition at line 72 of file NTLMCredentials.h.

Member Data Documentation

◆ domain

std::string Poco::Net::NTLMCredentials::NegotiateMessage::domain

Definition at line 75 of file NTLMCredentials.h.

◆ flags

Poco::UInt32 Poco::Net::NTLMCredentials::NegotiateMessage::flags

Definition at line 74 of file NTLMCredentials.h.

◆ workstation

std::string Poco::Net::NTLMCredentials::NegotiateMessage::workstation

Definition at line 76 of file NTLMCredentials.h.


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