2 references to HttpSysDefaults
Microsoft.AspNetCore.Server.HttpSys (2)
MessagePump.cs (1)
48authentication.AddScheme(new AuthenticationScheme(HttpSysDefaults.AuthenticationScheme, displayName: _options.Authentication.AuthenticationDisplayName, handlerType: typeof(AuthenticationHandler)));
WebHostBuilderHttpSysExtensions.cs (1)
46AuthenticationScheme = HttpSysDefaults.AuthenticationScheme,