CustomJwtAuthenticationSettings.IssuerCertificates 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.
Information about the certificate that is used for token validation. We currently support maximum 2 certificates.
public Azure.Provisioning.BicepList<Azure.Provisioning.EventGrid.IssuerCertificateInfo> IssuerCertificates { get; set; }
member this.IssuerCertificates : Azure.Provisioning.BicepList<Azure.Provisioning.EventGrid.IssuerCertificateInfo> with get, set
Public Property IssuerCertificates As BicepList(Of IssuerCertificateInfo)