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
QNtlmPhase1Block Class Reference
+ Inheritance diagram for QNtlmPhase1Block:
+ Collaboration diagram for QNtlmPhase1Block:

Public Member Functions

 QNtlmPhase1Block ()
 

Public Attributes

QString domainStr
 
QString workstationStr
 
- Public Attributes inherited from QNtlmPhase1BlockBase
char magic [8]
 
quint32 type
 
quint32 flags
 
QNtlmBuffer domain
 
QNtlmBuffer workstation
 

Additional Inherited Members

- Public Types inherited from QNtlmPhase1BlockBase
enum  { Size = 32 }
 

Detailed Description

Definition at line 1107 of file qauthenticator.cpp.

Constructor & Destructor Documentation

◆ QNtlmPhase1Block()

QNtlmPhase1Block::QNtlmPhase1Block ( )
inline

Definition at line 1110 of file qauthenticator.cpp.

References QNtlmPhase1BlockBase::magic, NTLMSSP_NEGOTIATE_ALWAYS_SIGN, NTLMSSP_NEGOTIATE_NTLM, NTLMSSP_NEGOTIATE_NTLM2, NTLMSSP_NEGOTIATE_UNICODE, NTLMSSP_REQUEST_TARGET, and qstrncpy().

+ Here is the call graph for this function:

Member Data Documentation

◆ domainStr

QString QNtlmPhase1Block::domainStr

Definition at line 1117 of file qauthenticator.cpp.

◆ workstationStr

QString QNtlmPhase1Block::workstationStr

Definition at line 1117 of file qauthenticator.cpp.


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