Share via


JSONWebKey.Q Property

Definition

Gets or sets rSA secret prime, with p < q

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to