JsonWebKey.Crv Property

Definition

Gets or sets the 'crv' (ECC - Curve).

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("crv")]
public string Crv { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("crv")>]
member this.Crv : string with get, set
Public Property Crv As String

Property Value

Attributes

Applies to