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