Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QNtlmPhase1Block Class Reference
Collaboration diagram for QNtlmPhase1Block:

Public Attributes

char magic [8] = {'N', 'T', 'L', 'M', 'S', 'S', 'P', '\0'}
quint32 type = 1
quint32 flags = NTLMSSP_NEGOTIATE_UNICODE | NTLMSSP_NEGOTIATE_NTLM | NTLMSSP_REQUEST_TARGET | NTLMSSP_NEGOTIATE_ALWAYS_SIGN | NTLMSSP_NEGOTIATE_NTLM2
QNtlmBuffer domain
QNtlmBuffer workstation
QString domainStr
QString workstationStr

Detailed Description

Definition at line 1082 of file qauthenticator.cpp.

Member Data Documentation

◆ domain

QNtlmBuffer QNtlmPhase1Block::domain

Definition at line 1088 of file qauthenticator.cpp.

◆ domainStr

QString QNtlmPhase1Block::domainStr

Definition at line 1092 of file qauthenticator.cpp.

◆ flags

◆ magic

char QNtlmPhase1Block::magic = {'N', 'T', 'L', 'M', 'S', 'S', 'P', '\0'}

Definition at line 1085 of file qauthenticator.cpp.

Referenced by operator<<().

◆ type

quint32 QNtlmPhase1Block::type = 1

Definition at line 1086 of file qauthenticator.cpp.

◆ workstation

QNtlmBuffer QNtlmPhase1Block::workstation

Definition at line 1089 of file qauthenticator.cpp.

◆ workstationStr

QString QNtlmPhase1Block::workstationStr

Definition at line 1092 of file qauthenticator.cpp.


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