FreeRDP
NTLM_AUTHENTICATE_MESSAGE Struct Reference
Collaboration diagram for NTLM_AUTHENTICATE_MESSAGE:

Data Fields

NTLM_MESSAGE_HEADER header
 
UINT32 NegotiateFlags
 
NTLM_VERSION_INFO Version
 
NTLM_MESSAGE_FIELDS DomainName
 
NTLM_MESSAGE_FIELDS UserName
 
NTLM_MESSAGE_FIELDS Workstation
 
NTLM_MESSAGE_FIELDS LmChallengeResponse
 
NTLM_MESSAGE_FIELDS NtChallengeResponse
 
NTLM_MESSAGE_FIELDS EncryptedRandomSessionKey
 
BYTE MessageIntegrityCheck [16]
 

Detailed Description

Definition at line 205 of file libwinpr/sspi/NTLM/ntlm.h.

Field Documentation

◆ DomainName

NTLM_MESSAGE_FIELDS NTLM_AUTHENTICATE_MESSAGE::DomainName

Definition at line 210 of file libwinpr/sspi/NTLM/ntlm.h.

◆ EncryptedRandomSessionKey

NTLM_MESSAGE_FIELDS NTLM_AUTHENTICATE_MESSAGE::EncryptedRandomSessionKey

Definition at line 215 of file libwinpr/sspi/NTLM/ntlm.h.

◆ header

NTLM_MESSAGE_HEADER NTLM_AUTHENTICATE_MESSAGE::header

Definition at line 207 of file libwinpr/sspi/NTLM/ntlm.h.

◆ LmChallengeResponse

NTLM_MESSAGE_FIELDS NTLM_AUTHENTICATE_MESSAGE::LmChallengeResponse

Definition at line 213 of file libwinpr/sspi/NTLM/ntlm.h.

◆ MessageIntegrityCheck

BYTE NTLM_AUTHENTICATE_MESSAGE::MessageIntegrityCheck[16]

Definition at line 216 of file libwinpr/sspi/NTLM/ntlm.h.

◆ NegotiateFlags

UINT32 NTLM_AUTHENTICATE_MESSAGE::NegotiateFlags

Definition at line 208 of file libwinpr/sspi/NTLM/ntlm.h.

◆ NtChallengeResponse

NTLM_MESSAGE_FIELDS NTLM_AUTHENTICATE_MESSAGE::NtChallengeResponse

Definition at line 214 of file libwinpr/sspi/NTLM/ntlm.h.

◆ UserName

NTLM_MESSAGE_FIELDS NTLM_AUTHENTICATE_MESSAGE::UserName

Definition at line 211 of file libwinpr/sspi/NTLM/ntlm.h.

◆ Version

NTLM_VERSION_INFO NTLM_AUTHENTICATE_MESSAGE::Version

Definition at line 209 of file libwinpr/sspi/NTLM/ntlm.h.

◆ Workstation

NTLM_MESSAGE_FIELDS NTLM_AUTHENTICATE_MESSAGE::Workstation

Definition at line 212 of file libwinpr/sspi/NTLM/ntlm.h.


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