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