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)
87if (_options.ForwardWindowsAuthentication) 89authentication.AddScheme(new AuthenticationScheme(IISDefaults.AuthenticationScheme, _options.AuthenticationDisplayName, typeof(AuthenticationHandler))); 145if (_options.ForwardClientCertificate) 154if (_options.ForwardWindowsAuthentication) 163if (_options.AutomaticAuthentication)