<PackageReference Include="Microsoft.Identity.Client" Version="4.84.2-preview3-mtls-pop-host-check" />

Microsoft.Identity.Client.ManagedIdentity.ComputeSecurityProfile

Represents the security profile of an Azure VM from IMDS compute metadata.
namespace Microsoft.Identity.Client.ManagedIdentity { internal class ComputeSecurityProfile { public string SecurityType { get; set; } public ComputeSecurityProfile(); } }