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