JsonWebKey.DQ Property

Definition

Gets or sets the 'dq' (RSA - Second Factor CRT Exponent).

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

Property Value

Attributes

Remarks

Value is formated as: Base64urlUInt

Applies to