1 write to WindowsUser
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.cs (1)
278WindowsUser = GetWindowsPrincipal();
3 references to WindowsUser
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.cs (2)
281User = WindowsUser; 803if (WindowsUser?.Identity is WindowsIdentity wi)
Core\IISServerAuthenticationHandlerInternal.cs (1)
27var user = _iisHttpContext.WindowsUser;