1 write to _iisHttpContext
Microsoft.AspNetCore.Server.IIS (1)
Core\IISServerAuthenticationHandlerInternal.cs (1)
60
_iisHttpContext
= context.Features.GetRequiredFeature<IISHttpContext>();
2 references to _iisHttpContext
Microsoft.AspNetCore.Server.IIS (2)
Core\IISServerAuthenticationHandlerInternal.cs (2)
24
Debug.Assert(
_iisHttpContext
!= null, "Handler must be initialized.");
27
var user =
_iisHttpContext
.WindowsUser;