5 references to AuthenticationHeaderValue
Microsoft.AspNetCore.Identity.FunctionalTests (1)
MapIdentityApiTests.cs (1)
280client.DefaultRequestHeaders.Authorization = new("Bearer");
Microsoft.AspNetCore.OutputCaching.Tests (2)
OutputCacheTests.cs (2)
268client.DefaultRequestHeaders.Authorization = new System.Net.Http.Headers.AuthenticationHeaderValue("abc"); 296client.DefaultRequestHeaders.Authorization = new System.Net.Http.Headers.AuthenticationHeaderValue("abc");
Microsoft.AspNetCore.ResponseCaching.Tests (1)
ResponseCachingTests.cs (1)
257client.DefaultRequestHeaders.Authorization = new System.Net.Http.Headers.AuthenticationHeaderValue("abc");
System.Net.Http (1)
System\Net\Http\Headers\AuthenticationHeaderValue.cs (1)
156parsedValue = new AuthenticationHeaderValue(scheme);