ManagedIdentityCredentialOptions.DisableMtlsProofOfPossession 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.
Disables mTLS proof-of-possession token acquisition for ManagedIdentityCredential.
When set to true, the credential requests bearer tokens even if proof-of-possession
was requested by the caller and runtime prerequisites for mTLS proof-of-possession are available.
public bool DisableMtlsProofOfPossession { get; set; }
member this.DisableMtlsProofOfPossession : bool with get, set
Public Property DisableMtlsProofOfPossession As Boolean