3 implementations of WWWAuthenticate
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
2464StringValues IHeaderDictionary.WWWAuthenticate 9891StringValues IHeaderDictionary.WWWAuthenticate 17040StringValues IHeaderDictionary.WWWAuthenticate
6 writes to WWWAuthenticate
Microsoft.AspNetCore.Authentication.Negotiate.Test (5)
EventTests.cs (5)
56context.Response.Headers.WWWAuthenticate = "Teapot"; 104context.Response.Headers.WWWAuthenticate = "Teapot"; 154context.Response.Headers.WWWAuthenticate = "Teapot"; 204context.Response.Headers.WWWAuthenticate = "Teapot"; 254context.Response.Headers.WWWAuthenticate = "Teapot";
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http2\HPackHeaderWriterBenchmark.cs (1)
39knownHeaders.WWWAuthenticate = "Authenticate!";
21 references to WWWAuthenticate
Microsoft.AspNetCore.Authentication.Negotiate.Test (21)
EventTests.cs (10)
42Assert.Equal("Negotiate", result.Response.Headers.WWWAuthenticate); 66Assert.Equal("Teapot", result.Response.Headers.WWWAuthenticate); 114Assert.Equal("Teapot", result.Response.Headers.WWWAuthenticate); 164Assert.Equal("Teapot", result.Response.Headers.WWWAuthenticate); 214Assert.Equal("Teapot", result.Response.Headers.WWWAuthenticate); 264Assert.Equal("Teapot", result.Response.Headers.WWWAuthenticate); 340Assert.Equal("Negotiate", result.Response.Headers.WWWAuthenticate); 364Assert.Equal("Negotiate", result.Response.Headers.WWWAuthenticate); 399Assert.Equal("Negotiate ServerKerberosBlob1", result.Response.Headers.WWWAuthenticate); 406Assert.Equal("Negotiate ServerKerberosBlob2", result.Response.Headers.WWWAuthenticate);
NegotiateHandlerTests.cs (11)
61Assert.Equal("Negotiate", result.Response.Headers.WWWAuthenticate); 73Assert.Equal("Negotiate", result.Response.Headers.WWWAuthenticate); 83Assert.Equal("Negotiate ServerNtlmBlob1", result.Response.Headers.WWWAuthenticate); 192Assert.Equal("Negotiate", result.Response.Headers.WWWAuthenticate); 301Assert.Equal("Negotiate", result.Response.Headers.WWWAuthenticate); 329Assert.Equal("Negotiate ServerKerberosBlob", result.Response.Headers.WWWAuthenticate); 337Assert.Equal("Negotiate ServerKerberosBlob", result.Response.Headers.WWWAuthenticate); 350Assert.Equal("Negotiate ServerKerberosBlob1", result.Response.Headers.WWWAuthenticate); 357Assert.Equal("Negotiate ServerKerberosBlob2", result.Response.Headers.WWWAuthenticate); 370Assert.Equal("Negotiate ServerNtlmBlob1", result.Response.Headers.WWWAuthenticate); 377Assert.Equal("Negotiate ServerNtlmBlob2", result.Response.Headers.WWWAuthenticate);