3 writes to ForwardWindowsAuthentication
Microsoft.AspNetCore.Server.IISIntegration (1)
WebHostBuilderIISExtensions.cs (1)
98options.ForwardWindowsAuthentication = enableAuth;
Microsoft.AspNetCore.Server.IISIntegration.Tests (2)
IISMiddlewareTests.cs (2)
472options.ForwardWindowsAuthentication = forward; 517options.ForwardWindowsAuthentication = forward;
2 references to ForwardWindowsAuthentication
Microsoft.AspNetCore.Server.IISIntegration (2)
IISMiddleware.cs (2)
85if (_options.ForwardWindowsAuthentication) 144if (_options.ForwardWindowsAuthentication)