7 references to HasWindowsIdentity
Microsoft.AspNetCore.Http.Connections (7)
Internal\HttpConnectionDispatcher.cs (7)
184
if (
HasWindowsIdentity
(connection.User) ||
HasWindowsIdentity
(newPrincipal))
578
var expiresUtc = authenticateResult is not null && !
HasWindowsIdentity
(authenticateResult.Principal ?? context.User)
790
&& !
HasWindowsIdentity
(newPrincipal)
791
&& !
HasWindowsIdentity
(currentUser);
883
&& !
HasWindowsIdentity
(context.User))
936
if (
HasWindowsIdentity
(authenticateResult.Principal ?? fallbackPrincipal))