Searched refs:NegotiateAuthContext (Results 1 – 1 of 1) sorted by relevance
726 struct NegotiateAuthContext : public HttpAuthContext { struct732 NegotiateAuthContext(const std::string& auth, CredHandle c1, CtxtHandle c2) in NegotiateAuthContext() argument737 virtual ~NegotiateAuthContext() { in ~NegotiateAuthContext() argument914 NegotiateAuthContext * neg = static_cast<NegotiateAuthContext *>(context); in HttpAuthenticate()1024 context = neg = new NegotiateAuthContext(auth_method, cred, ctx); in HttpAuthenticate()