Share via


JSONWebKey.X Property

Definition

Gets or sets x coordinate for the Elliptic Curve point

[Newtonsoft.Json.JsonProperty(PropertyName="x")]
public string X { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="x")>]
member this.X : string with get, set
Public Property X As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to