7 references to HasWindowsIdentity
Microsoft.AspNetCore.Http.Connections (7)
Internal\HttpConnectionDispatcher.cs (7)
197
if (
HasWindowsIdentity
(connection.User) ||
HasWindowsIdentity
(newPrincipal))
658
var expiresUtc = authenticateResult is not null && !
HasWindowsIdentity
(authenticateResult.Principal ?? context.User)
923
&& !
HasWindowsIdentity
(newPrincipal)
924
&& !
HasWindowsIdentity
(currentUser);
1007
&& !
HasWindowsIdentity
(context.User))
1060
return
HasWindowsIdentity
(authenticateResult.Principal ?? fallbackPrincipal)