![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QNtlmPhase2BlockBase:
Collaboration diagram for QNtlmPhase2BlockBase:Public Types | |
| enum | { Size = 48 } |
Public Attributes | |
| char | magic [8] |
| quint32 | type |
| QNtlmBuffer | targetName |
| quint32 | flags |
| unsigned char | challenge [8] |
| quint32 | context [2] |
| QNtlmBuffer | targetInfo |
Definition at line 1023 of file qauthenticator.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| Size | |
Definition at line 1033 of file qauthenticator.cpp.
| unsigned char QNtlmPhase2BlockBase::challenge[8] |
Definition at line 1030 of file qauthenticator.cpp.
| quint32 QNtlmPhase2BlockBase::context[2] |
Definition at line 1031 of file qauthenticator.cpp.
| quint32 QNtlmPhase2BlockBase::flags |
Definition at line 1029 of file qauthenticator.cpp.
| char QNtlmPhase2BlockBase::magic[8] |
Definition at line 1026 of file qauthenticator.cpp.
Referenced by QNtlmPhase2Block::QNtlmPhase2Block().
| QNtlmBuffer QNtlmPhase2BlockBase::targetInfo |
Definition at line 1032 of file qauthenticator.cpp.
| QNtlmBuffer QNtlmPhase2BlockBase::targetName |
Definition at line 1028 of file qauthenticator.cpp.
| quint32 QNtlmPhase2BlockBase::type |
Definition at line 1027 of file qauthenticator.cpp.