ManagedIdentityCapabilities.MaxSupportedBindingStrength Property

Definition

Gets the highest binding strength the current host is capable of producing.

public Microsoft.Identity.Client.AppConfig.MtlsBindingStrength MaxSupportedBindingStrength { get; }
member this.MaxSupportedBindingStrength : Microsoft.Identity.Client.AppConfig.MtlsBindingStrength
Public ReadOnly Property MaxSupportedBindingStrength As MtlsBindingStrength

Property Value

The strongest MtlsBindingStrength available on this host. This is the primary capability signal; callers should branch on it rather than on the source label.

Applies to