Share via


JSONWebKey.K Property

Definition

Gets or sets symmetric key

[Newtonsoft.Json.JsonProperty(PropertyName="k")]
public string K { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="k")>]
member this.K : string with get, set
Public Property K As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to