2 references to NegotiateVerb
Microsoft.AspNetCore.Authentication.Negotiate (2)
NegotiateHandler.cs (2)
25
private const string AuthHeaderPrefix =
NegotiateVerb
+ " ";
395
Response.Headers.Append(HeaderNames.WWWAuthenticate,
NegotiateVerb
);