Searched defs:NegotiateAuthContext (Results 1 – 1 of 1) sorted by relevance
726 struct NegotiateAuthContext : public HttpAuthContext { struct727 CredHandle cred;728 CtxtHandle ctx;729 size_t steps;730 bool specified_credentials;732 NegotiateAuthContext(const std::string& auth, CredHandle c1, CtxtHandle c2) in NegotiateAuthContext() function737 virtual ~NegotiateAuthContext() { in ~NegotiateAuthContext()