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