<PackageReference Include="Microsoft.Identity.Client" Version="4.86.1-azure-arc-preview" />

Microsoft.Identity.Client.Platforms.Features.DesktopOs.SessionAttributeBits

namespace Microsoft.Identity.Client.Platforms.Features.DesktopOs { internal enum SessionAttributeBits { SessionIsRoot = 1, SessionHasGraphicAccess = 16, SessionHasTty = 32, SessionIsRemote = 4096 } }