![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
enum | { Size = 64 , Size = 64 } |
enum | { Size = 64 , Size = 64 } |
Public Attributes | |
char | magic [8] = {'N', 'T', 'L', 'M', 'S', 'S', 'P', '\0'} |
quint32 | type = 3 |
QNtlmBuffer | lmResponse |
QNtlmBuffer | ntlmResponse |
QNtlmBuffer | domain |
QNtlmBuffer | user |
QNtlmBuffer | workstation |
QNtlmBuffer | sessionKey |
quint32 | flags = NTLMSSP_NEGOTIATE_UNICODE | NTLMSSP_NEGOTIATE_NTLM | NTLMSSP_NEGOTIATE_TARGET_INFO |
QByteArray | lmResponseBuf |
QByteArray | ntlmResponseBuf |
QString | domainStr |
QString | userStr |
QString | workstationStr |
QString | sessionKeyStr |
QByteArray | v2Hash |
Definition at line 1115 of file qauthenticator.cpp.
anonymous enum |
Enumerator | |
---|---|
Size | |
Size |
Definition at line 1127 of file qauthenticator.cpp.
anonymous enum |
Enumerator | |
---|---|
Size | |
Size |
Definition at line 1127 of file qauthenticator.cpp.
QNtlmBuffer QNtlmPhase3Block::domain |
Definition at line 1122 of file qauthenticator.cpp.
QString QNtlmPhase3Block::domainStr |
Definition at line 1131 of file qauthenticator.cpp.
quint32 QNtlmPhase3Block::flags = NTLMSSP_NEGOTIATE_UNICODE | NTLMSSP_NEGOTIATE_NTLM | NTLMSSP_NEGOTIATE_TARGET_INFO |
Definition at line 1126 of file qauthenticator.cpp.
QNtlmBuffer QNtlmPhase3Block::lmResponse |
Definition at line 1120 of file qauthenticator.cpp.
QByteArray QNtlmPhase3Block::lmResponseBuf |
Definition at line 1130 of file qauthenticator.cpp.
Definition at line 1118 of file qauthenticator.cpp.
Referenced by operator<<().
QNtlmBuffer QNtlmPhase3Block::ntlmResponse |
Definition at line 1121 of file qauthenticator.cpp.
QByteArray QNtlmPhase3Block::ntlmResponseBuf |
Definition at line 1130 of file qauthenticator.cpp.
QNtlmBuffer QNtlmPhase3Block::sessionKey |
Definition at line 1125 of file qauthenticator.cpp.
QString QNtlmPhase3Block::sessionKeyStr |
Definition at line 1131 of file qauthenticator.cpp.
quint32 QNtlmPhase3Block::type = 3 |
Definition at line 1119 of file qauthenticator.cpp.
QNtlmBuffer QNtlmPhase3Block::user |
Definition at line 1123 of file qauthenticator.cpp.
QString QNtlmPhase3Block::userStr |
Definition at line 1131 of file qauthenticator.cpp.
QByteArray QNtlmPhase3Block::v2Hash |
Definition at line 1132 of file qauthenticator.cpp.
QNtlmBuffer QNtlmPhase3Block::workstation |
Definition at line 1124 of file qauthenticator.cpp.
QString QNtlmPhase3Block::workstationStr |
Definition at line 1131 of file qauthenticator.cpp.