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