ReactOS 0.4.15-dev-7842-g558ab78
_SspiData Struct Reference
Collaboration diagram for _SspiData:

Public Attributes

CredHandle cred
 
CtxtHandle ctxt
 
PSecBufferDesc in_buf
 
PSecBufferDesc out_buf
 
PSEC_WINNT_AUTH_IDENTITY_A id
 
ULONG max_token
 

Detailed Description

Definition at line 90 of file ntlm.c.

Member Data Documentation

◆ cred

CredHandle _SspiData::cred

Definition at line 91 of file ntlm.c.

◆ ctxt

CtxtHandle _SspiData::ctxt

Definition at line 92 of file ntlm.c.

◆ id

Definition at line 95 of file ntlm.c.

◆ in_buf

PSecBufferDesc _SspiData::in_buf

Definition at line 93 of file ntlm.c.

Referenced by communicate().

◆ max_token

ULONG _SspiData::max_token

Definition at line 96 of file ntlm.c.

Referenced by communicate().

◆ out_buf

PSecBufferDesc _SspiData::out_buf

Definition at line 94 of file ntlm.c.


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