4 references to Strict
Microsoft.AspNetCore.Server.HttpSys (4)
HttpAuthenticationHardeningLevel.cs (1)
17
/// When set to <see cref="Medium"/> or <see cref="
Strict
"/>, Http.Sys is also
HttpSysOptions.cs (1)
132
/// <see cref="HttpAuthenticationHardeningLevel.
Strict
"/> both raises the hardening
NativeInterop\UrlGroup.cs (2)
56
HttpAuthenticationHardeningLevel.
Strict
=> HTTP_AUTHENTICATION_HARDENING_LEVELS.HttpAuthenticationHardeningStrict,
73
throwOnError: level == HttpAuthenticationHardeningLevel.
Strict
);