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