Searched defs:NegotiateAuthContext (Results 1 – 1 of 1) sorted by relevance
229 struct NegotiateAuthContext : public HttpAuthContext { struct230 CredHandle cred;231 CtxtHandle ctx;232 size_t steps;233 bool specified_credentials;235 NegotiateAuthContext(const std::string& auth, CredHandle c1, CtxtHandle c2) in NegotiateAuthContext() function242 ~NegotiateAuthContext() override { in ~NegotiateAuthContext()