JsonWebKey.DP Property

Definition

Gets or sets the 'dp' (RSA - First Factor CRT Exponent).

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

Property Value

Attributes

Remarks

Value is formated as: Base64urlUInt

Applies to