ManagedIdentityPopExtensions.WithMtlsProofOfPossession Method
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.
Enables mTLS Proof-of-Possession for managed identity token acquisition. When attestation is required (KeyGuard scenarios), use the Msal.KeyAttestation package and call .WithAttestationSupport() after this method.
public static Microsoft.Identity.Client.AcquireTokenForManagedIdentityParameterBuilder WithMtlsProofOfPossession(this Microsoft.Identity.Client.AcquireTokenForManagedIdentityParameterBuilder builder);
static member WithMtlsProofOfPossession : Microsoft.Identity.Client.AcquireTokenForManagedIdentityParameterBuilder -> Microsoft.Identity.Client.AcquireTokenForManagedIdentityParameterBuilder
<Extension()>
Public Function WithMtlsProofOfPossession (builder As AcquireTokenForManagedIdentityParameterBuilder) As AcquireTokenForManagedIdentityParameterBuilder
Parameters
The AcquireTokenForManagedIdentityParameterBuilder instance.
Returns
The builder to chain .With methods.