JsonWebKey.K Property

Definition

Gets or sets the 'k' (Symmetric - Key Value).

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

Property Value

Attributes

Applies to