Base:
property
Identity
System.Security.Claims.ClaimsPrincipal.Identity
5 references to Identity
Microsoft.AspNetCore.Server.HttpSys (2)
AuthenticationHandler.cs (1)
16
var identity = _requestContext!.User?.
Identity
;
RequestProcessing\Request.cs (1)
493
(User?.
Identity
as WindowsIdentity)?.Dispose();
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.cs (1)
865
if (WindowsUser?.
Identity
is WindowsIdentity wi)
Core\IISServerAuthenticationHandlerInternal.cs (2)
28
if (user != null && user.
Identity
!= null && user.
Identity
.IsAuthenticated)