OpenIdConnectConfiguration.Issuer Property

Definition

Gets or sets the 'issuer'.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("issuer")]
public override string Issuer { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("issuer")>]
member this.Issuer : string with get, set
Public Overrides Property Issuer As String

Property Value

Attributes

Applies to