AcquireTokenForClientParameterBuilder.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.
Specifies that the certificate provided will be used for PoP tokens with mTLS (Mutual TLS) authentication. For more information, refer to the Proof-of-Possession documentation.
public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithMtlsProofOfPossession ();
member this.WithMtlsProofOfPossession : unit -> Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder
Public Function WithMtlsProofOfPossession () As AcquireTokenForClientParameterBuilder
Returns
The current instance of AcquireTokenForClientParameterBuilder to enable method chaining.