Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QNtlmPhase1BlockBase Class Reference
+ Inheritance diagram for QNtlmPhase1BlockBase:
+ Collaboration diagram for QNtlmPhase1BlockBase:

Public Types

enum  { Size = 32 }
 

Public Attributes

char magic [8]
 
quint32 type
 
quint32 flags
 
QNtlmBuffer domain
 
QNtlmBuffer workstation
 

Detailed Description

Definition at line 1016 of file qauthenticator.cpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Size 

Definition at line 1024 of file qauthenticator.cpp.

Member Data Documentation

◆ domain

QNtlmBuffer QNtlmPhase1BlockBase::domain

Definition at line 1022 of file qauthenticator.cpp.

◆ flags

quint32 QNtlmPhase1BlockBase::flags

Definition at line 1021 of file qauthenticator.cpp.

◆ magic

char QNtlmPhase1BlockBase::magic[8]

Definition at line 1019 of file qauthenticator.cpp.

Referenced by QNtlmPhase1Block::QNtlmPhase1Block().

◆ type

quint32 QNtlmPhase1BlockBase::type

Definition at line 1020 of file qauthenticator.cpp.

◆ workstation

QNtlmBuffer QNtlmPhase1BlockBase::workstation

Definition at line 1023 of file qauthenticator.cpp.


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