Share via


JsonWebKey.Kty Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to