4 references to AuthHeaderPrefix
Microsoft.AspNetCore.Authentication.Negotiate (4)
NegotiateHandler.cs (4)
110if (authorization.StartsWith(AuthHeaderPrefix, StringComparison.OrdinalIgnoreCase)) 112token = authorization.Substring(AuthHeaderPrefix.Length).Trim(); 183Response.Headers.Append(HeaderNames.WWWAuthenticate, AuthHeaderPrefix + outgoing); 197Response.Headers.Append(HeaderNames.WWWAuthenticate, AuthHeaderPrefix + outgoing);