Share via


JsonWebKey.CurveName Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to