Share via


JsonWebKey.KeyOps Property

Definition

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="key_ops", Required=Newtonsoft.Json.Required.Default)]
public System.Collections.Generic.IList<string> KeyOps { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="key_ops", Required=Newtonsoft.Json.Required.Default)>]
member this.KeyOps : System.Collections.Generic.IList<string> with get, set
Public Property KeyOps As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to