ClientSignedAssertion.TokenBindingCertificate 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.
Optional. Certificate used to bind the client assertion for mutual‑TLS Proof‑of‑Possession (PoP).
public System.Security.Cryptography.X509Certificates.X509Certificate2 TokenBindingCertificate { get; set; }
member this.TokenBindingCertificate : System.Security.Cryptography.X509Certificates.X509Certificate2 with get, set
Public Property TokenBindingCertificate As X509Certificate2
Property Value
Remarks
Provide a value only when PoP is enabled on the application. The certificate should include an accessible private key. If null, MSAL treats the assertion as a bearer assertion and uses client_assertion_type=jwt-bearer.