ReactOS 0.4.15-dev-7953-g1f49173
authinfo Struct Reference

#include <winhttp_private.h>

Collaboration diagram for authinfo:

Public Attributes

DWORD scheme
 
CredHandle cred
 
CtxtHandle ctx
 
TimeStamp exp
 
ULONG attr
 
ULONG max_token
 
chardata
 
unsigned int data_len
 
BOOL finished
 
enum auth_scheme scheme
 

Detailed Description

Definition at line 2045 of file rpc_transport.c.

Member Data Documentation

◆ attr

ULONG authinfo::attr

Definition at line 2051 of file rpc_transport.c.

Referenced by do_authorization().

◆ cred

CredHandle authinfo::cred

Definition at line 2048 of file rpc_transport.c.

Referenced by destroy_authinfo(), and do_authorization().

◆ ctx

CtxtHandle authinfo::ctx

Definition at line 2049 of file rpc_transport.c.

Referenced by destroy_authinfo(), and do_authorization().

◆ data

char * authinfo::data

Definition at line 2053 of file rpc_transport.c.

Referenced by destroy_authinfo(), and do_authorization().

◆ data_len

unsigned int authinfo::data_len

Definition at line 2054 of file rpc_transport.c.

Referenced by do_authorization(), and insert_authorization_header().

◆ exp

TimeStamp authinfo::exp

Definition at line 2050 of file rpc_transport.c.

Referenced by do_authorization().

◆ finished

BOOL authinfo::finished

Definition at line 2055 of file rpc_transport.c.

Referenced by do_authorization().

◆ max_token

ULONG authinfo::max_token

Definition at line 2052 of file rpc_transport.c.

Referenced by do_authorization().

◆ scheme [1/2]

DWORD authinfo::scheme

Definition at line 2047 of file rpc_transport.c.

Referenced by destroy_authinfo(), and do_authorization().

◆ scheme [2/2]

enum auth_scheme authinfo::scheme

Definition at line 159 of file winhttp_private.h.


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