ManagedIdentityCapabilities.MaxSupportedBindingStrength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.