5 references to Medium
Microsoft.AspNetCore.Server.HttpSys (5)
HttpAuthenticationHardeningLevel.cs (1)
17
/// When set to <see cref="
Medium
"/> or <see cref="Strict"/>, Http.Sys is also
HttpSysOptions.cs (3)
128
/// The default is <see cref="HttpAuthenticationHardeningLevel.
Medium
"/>.
131
/// Setting this to <see cref="HttpAuthenticationHardeningLevel.
Medium
"/> or
136
public HttpAuthenticationHardeningLevel HttpAuthenticationHardeningLevel { get; set; } = HttpAuthenticationHardeningLevel.
Medium
;
NativeInterop\UrlGroup.cs (1)
58
HttpAuthenticationHardeningLevel.
Medium
or _ => HTTP_AUTHENTICATION_HARDENING_LEVELS.HttpAuthenticationHardeningMedium,