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