1 write to _options
Microsoft.AspNetCore.Server.IISIntegration (1)
IISMiddleware.cs (1)
83
_options
= options.Value;
5 references to _options
Microsoft.AspNetCore.Server.IISIntegration (5)
IISMiddleware.cs (5)
85
if (
_options
.ForwardWindowsAuthentication)
87
authentication.AddScheme(new AuthenticationScheme(IISDefaults.AuthenticationScheme,
_options
.AuthenticationDisplayName, typeof(AuthenticationHandler)));
135
if (
_options
.ForwardClientCertificate)
144
if (
_options
.ForwardWindowsAuthentication)
153
if (
_options
.AutomaticAuthentication)