Share via


JsonWebKeySet.SkipUnresolvedJsonWebKeys Property

Definition

Flag that controls whether unresolved JsonWebKeys will be included in the resulting collection of GetSigningKeys() method.

[System.Text.Json.Serialization.JsonIgnore]
public bool SkipUnresolvedJsonWebKeys { get; set; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.SkipUnresolvedJsonWebKeys : bool with get, set
Public Property SkipUnresolvedJsonWebKeys As Boolean

Property Value

Attributes

Applies to