JsonWebKey.Priv Property

Definition

Gets or sets the 'priv' (AKP private key / seed).

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

Property Value

Attributes

Remarks

Value is formatted as: Base64urlEncoding

Applies to