Microsoft.Identity.Client.ManagedIdentity.ManagedIdentityCapabilities
Describes the managed identity capabilities detected for the current host, including the
detected source and the strength with which tokens can be bound to a key.
namespace Microsoft.Identity.Client.ManagedIdentity
{
public class ManagedIdentityCapabilities
{
public ManagedIdentitySource Source { get; }
public string ErrorReason { get; }
public MtlsBindingStrength MaxSupportedBindingStrength { get; }
public bool IsMtlsPopSupportedByHost { get; }
}
}