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)
24Debug.Assert(_iisHttpContext != null, "Handler must be initialized."); 27var user = _iisHttpContext.WindowsUser;