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