JsonWebKey.KeyOps Property

Definition

Gets the 'key_ops' (Key Operations).

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("key_ops")]
public System.Collections.Generic.IList<string> KeyOps { get; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("key_ops")>]
member this.KeyOps : System.Collections.Generic.IList<string>
Public ReadOnly Property KeyOps As IList(Of String)

Property Value

Attributes

Applies to