![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 |
Definition at line 1082 of file qauthenticator.cpp.
QNtlmBuffer QNtlmPhase1Block::domain |
Definition at line 1088 of file qauthenticator.cpp.
QString QNtlmPhase1Block::domainStr |
Definition at line 1092 of file qauthenticator.cpp.
quint32 QNtlmPhase1Block::flags = NTLMSSP_NEGOTIATE_UNICODE | NTLMSSP_NEGOTIATE_NTLM | NTLMSSP_REQUEST_TARGET | NTLMSSP_NEGOTIATE_ALWAYS_SIGN | NTLMSSP_NEGOTIATE_NTLM2 |
Definition at line 1087 of file qauthenticator.cpp.
Definition at line 1085 of file qauthenticator.cpp.
Referenced by operator<<().
quint32 QNtlmPhase1Block::type = 1 |
Definition at line 1086 of file qauthenticator.cpp.
QNtlmBuffer QNtlmPhase1Block::workstation |
Definition at line 1089 of file qauthenticator.cpp.
QString QNtlmPhase1Block::workstationStr |
Definition at line 1092 of file qauthenticator.cpp.