ReactOS 0.4.16-dev-136-g52192f1
|
#include <winhttp_private.h>
Public Attributes | |
DWORD | scheme |
CredHandle | cred |
CtxtHandle | ctx |
TimeStamp | exp |
ULONG | attr |
ULONG | max_token |
char * | data |
unsigned int | data_len |
BOOL | finished |
enum auth_scheme | scheme |
Definition at line 2045 of file rpc_transport.c.
ULONG authinfo::attr |
Definition at line 2051 of file rpc_transport.c.
Referenced by do_authorization().
CredHandle authinfo::cred |
Definition at line 2048 of file rpc_transport.c.
Referenced by destroy_authinfo(), and do_authorization().
CtxtHandle authinfo::ctx |
Definition at line 2049 of file rpc_transport.c.
Referenced by destroy_authinfo(), and do_authorization().
char * authinfo::data |
Definition at line 2053 of file rpc_transport.c.
Referenced by destroy_authinfo(), and do_authorization().
Definition at line 2054 of file rpc_transport.c.
Referenced by do_authorization(), and insert_authorization_header().
TimeStamp authinfo::exp |
Definition at line 2050 of file rpc_transport.c.
Referenced by do_authorization().
BOOL authinfo::finished |
Definition at line 2055 of file rpc_transport.c.
Referenced by do_authorization().
ULONG authinfo::max_token |
Definition at line 2052 of file rpc_transport.c.
Referenced by do_authorization().
DWORD authinfo::scheme |
Definition at line 2047 of file rpc_transport.c.
Referenced by destroy_authinfo(), and do_authorization().
enum auth_scheme authinfo::scheme |
Definition at line 159 of file winhttp_private.h.