Share via


OpenIdConnectConfig.CertificationUri Property

Definition

Gets or sets the endpoint that provides the keys necessary to validate the token.

[Newtonsoft.Json.JsonProperty(PropertyName="certificationUri")]
public string CertificationUri { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="certificationUri")>]
member this.CertificationUri : string with get, set
Public Property CertificationUri As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to