ReactOS 0.4.16-dev-401-g45b008d
|
Public Attributes | |
LPWSTR | scheme |
CredHandle | cred |
CtxtHandle | ctx |
TimeStamp | exp |
ULONG | attr |
ULONG | max_token |
void * | auth_data |
unsigned int | auth_data_len |
BOOL | finished |
ULONG HttpAuthInfo::attr |
Definition at line 82 of file http.c.
Referenced by HTTP_DoAuthorization().
void* HttpAuthInfo::auth_data |
Definition at line 84 of file http.c.
Referenced by HTTP_DoAuthorization(), and HTTP_InsertAuthorization().
Definition at line 85 of file http.c.
Referenced by HTTP_DoAuthorization(), and HTTP_InsertAuthorization().
CredHandle HttpAuthInfo::cred |
Definition at line 79 of file http.c.
Referenced by HTTP_DoAuthorization().
CtxtHandle HttpAuthInfo::ctx |
Definition at line 80 of file http.c.
Referenced by HTTP_DoAuthorization().
TimeStamp HttpAuthInfo::exp |
Definition at line 81 of file http.c.
Referenced by HTTP_DoAuthorization().
BOOL HttpAuthInfo::finished |
Definition at line 86 of file http.c.
Referenced by HTTP_DoAuthorization().
ULONG HttpAuthInfo::max_token |
Definition at line 83 of file http.c.
Referenced by HTTP_DoAuthorization().
LPWSTR HttpAuthInfo::scheme |
Definition at line 78 of file http.c.
Referenced by HTTP_DoAuthorization(), and HTTP_InsertAuthorization().