4 references to Legacy
Microsoft.AspNetCore.Server.HttpSys (4)
HttpSysOptions.cs (1)
124/// Configures the Http.Sys authentication hardening level. Non-<see cref="HttpAuthenticationHardeningLevel.Legacy"/>
NativeInterop\UrlGroup.cs (2)
57HttpAuthenticationHardeningLevel.Legacy => HTTP_AUTHENTICATION_HARDENING_LEVELS.HttpAuthenticationHardeningLegacy, 64Flags = level == HttpAuthenticationHardeningLevel.Legacy
RequestProcessing\RequestContext.FeatureCollection.cs (1)
407if (Server.Options.HttpAuthenticationHardeningLevel == HttpAuthenticationHardeningLevel.Legacy)