Qt 4.8
Public Types | Public Variables | List of all members
QNtlmPhase3BlockBase Class Reference
Inheritance diagram for QNtlmPhase3BlockBase:
QNtlmPhase3Block

Public Types

enum  { Size = 64 }
 

Public Variables

QNtlmBuffer domain
 
quint32 flags
 
QNtlmBuffer lmResponse
 
char magic [8]
 
QNtlmBuffer ntlmResponse
 
QNtlmBuffer sessionKey
 
quint32 type
 
QNtlmBuffer user
 
QNtlmBuffer workstation
 

Detailed Description

Definition at line 885 of file qauthenticator.cpp.

Enumerations

◆ anonymous enum

anonymous enum
Enumerator
Size 

Definition at line 896 of file qauthenticator.cpp.

Properties

◆ domain

QNtlmBuffer QNtlmPhase3BlockBase::domain

Definition at line 891 of file qauthenticator.cpp.

Referenced by operator<<(), and qNtlmPhase3().

◆ flags

quint32 QNtlmPhase3BlockBase::flags

Definition at line 895 of file qauthenticator.cpp.

Referenced by operator<<(), and qNtlmPhase3().

◆ lmResponse

QNtlmBuffer QNtlmPhase3BlockBase::lmResponse

Definition at line 889 of file qauthenticator.cpp.

Referenced by operator<<(), and qNtlmPhase3().

◆ magic

char QNtlmPhase3BlockBase::magic[8]

Definition at line 887 of file qauthenticator.cpp.

Referenced by operator<<().

◆ ntlmResponse

QNtlmBuffer QNtlmPhase3BlockBase::ntlmResponse

Definition at line 890 of file qauthenticator.cpp.

Referenced by operator<<(), and qNtlmPhase3().

◆ sessionKey

QNtlmBuffer QNtlmPhase3BlockBase::sessionKey

Definition at line 894 of file qauthenticator.cpp.

Referenced by operator<<().

◆ type

quint32 QNtlmPhase3BlockBase::type

Definition at line 888 of file qauthenticator.cpp.

Referenced by operator<<().

◆ user

QNtlmBuffer QNtlmPhase3BlockBase::user

Definition at line 892 of file qauthenticator.cpp.

Referenced by operator<<(), and qNtlmPhase3().

◆ workstation

QNtlmBuffer QNtlmPhase3BlockBase::workstation

Definition at line 893 of file qauthenticator.cpp.

Referenced by operator<<(), and qNtlmPhase3().


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