|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 2027 of file rpc_transport.c.
| ULONG authinfo::attr |
Definition at line 2033 of file rpc_transport.c.
Referenced by do_authorization().
| CredHandle authinfo::cred |
Definition at line 2030 of file rpc_transport.c.
Referenced by destroy_authinfo(), and do_authorization().
| CtxtHandle authinfo::ctx |
Definition at line 2031 of file rpc_transport.c.
Referenced by destroy_authinfo(), and do_authorization().
| char * authinfo::data |
Definition at line 2035 of file rpc_transport.c.
Referenced by destroy_authinfo(), and do_authorization().
Definition at line 2036 of file rpc_transport.c.
Referenced by do_authorization(), and insert_authorization_header().
| TimeStamp authinfo::exp |
Definition at line 2032 of file rpc_transport.c.
Referenced by do_authorization().
| BOOL authinfo::finished |
Definition at line 2037 of file rpc_transport.c.
Referenced by do_authorization().
| ULONG authinfo::max_token |
Definition at line 2034 of file rpc_transport.c.
Referenced by do_authorization().
| DWORD authinfo::scheme |
Definition at line 2029 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.