7 references to HasWindowsIdentity
Microsoft.AspNetCore.Http.Connections (7)
Internal\HttpConnectionDispatcher.cs (7)
191
if (
HasWindowsIdentity
(connection.User) ||
HasWindowsIdentity
(newPrincipal))
652
var expiresUtc = authenticateResult is not null && !
HasWindowsIdentity
(authenticateResult.Principal ?? context.User)
904
&& !
HasWindowsIdentity
(newPrincipal)
905
&& !
HasWindowsIdentity
(currentUser);
988
&& !
HasWindowsIdentity
(context.User))
1041
return
HasWindowsIdentity
(authenticateResult.Principal ?? fallbackPrincipal)