Jaa


CertificateAppCredentialsOptions.SendX5c Property

Definition

Gets or sets a value indicating whether this parameter, if true, enables application developers to achieve easy certificates roll-over in Azure AD: setting this parameter to true will send the public certificate to Azure AD along with the token request, so that Azure AD can use it to validate the subject name based on a trusted issuer policy.

public bool SendX5c { get; set; }
member this.SendX5c : bool with get, set
Public Property SendX5c As Boolean

Property Value

SendX5c if true.

Applies to