<PackageReference Include="Microsoft.Identity.Client" Version="4.84.2-preview4-GetManagedIdentityCapabilitiesAsync" />

Microsoft.Identity.Client.PlatformsCommon.Factories.PlatformProxyFactory

static class PlatformProxyFactory
Returns the platform / os specific implementation of a PlatformProxy.
namespace Microsoft.Identity.Client.PlatformsCommon.Factories { internal static class PlatformProxyFactory { public static IPlatformProxy CreatePlatformProxy(ILoggerAdapter logger); } }