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