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