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)
57
HttpAuthenticationHardeningLevel.
Legacy
=> HTTP_AUTHENTICATION_HARDENING_LEVELS.HttpAuthenticationHardeningLegacy,
64
Flags = level == HttpAuthenticationHardeningLevel.
Legacy
RequestProcessing\RequestContext.FeatureCollection.cs (1)
407
if (Server.Options.HttpAuthenticationHardeningLevel == HttpAuthenticationHardeningLevel.
Legacy
)