Delen via


KeyCreateParameters.Curve Property

Definition

Gets or sets elliptic curve name. For valid values, see JsonWebKeyCurveName. Possible values include: 'P-256', 'P-384', 'P-521', 'SECP256K1'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to