Share via


JsonWebKey.D Property

Definition

Gets or sets the 'd' (ECC - Private Key OR RSA - Private Exponent).

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

Property Value

Attributes

Remarks

Value is formated as: Base64urlUInt

Applies to