4 references to UserAuthenticationError
System.Net.Http (4)
System\Net\Http\DiagnosticsHelper.cs (1)
93
HttpRequestError.
UserAuthenticationError
=> "user_authentication_error",
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
214
throw new HttpRequestException(HttpRequestError.
UserAuthenticationError
, SR.Format(SR.net_http_authvalidationfailure, statusCode), statusCode: HttpStatusCode.Unauthorized);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
2073
throw new HttpRequestException(HttpRequestError.
UserAuthenticationError
, SR.net_http_authconnectionfailure);
2089
throw new HttpRequestException(HttpRequestError.
UserAuthenticationError
, SR.net_http_authconnectionfailure);