Share via


JsonWebKey.P Property

Definition

Gets or sets the 'p' (RSA - First Prime Factor)..

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

Property Value

Attributes

Remarks

Value is formatted as: Base64urlUInt

Applies to