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)
85if (_options.ForwardWindowsAuthentication) 87authentication.AddScheme(new AuthenticationScheme(IISDefaults.AuthenticationScheme, _options.AuthenticationDisplayName, typeof(AuthenticationHandler))); 135if (_options.ForwardClientCertificate) 144if (_options.ForwardWindowsAuthentication) 153if (_options.AutomaticAuthentication)