CertificateAppCredentialsOptions.SendX5c 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.
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.