Share via


JsonWebKey.Kid Property

Definition

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="kid", Required=Newtonsoft.Json.Required.Default)]
public string Kid { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="kid", Required=Newtonsoft.Json.Required.Default)>]
member this.Kid : string with get, set
Public Property Kid As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to