Share via


JSONWebKeySet.Keys Property

Definition

Gets or sets the value of the "keys" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.

[Newtonsoft.Json.JsonProperty(PropertyName="keys")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Attestation.Models.JSONWebKey> Keys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keys")>]
member this.Keys : System.Collections.Generic.IList<Microsoft.Azure.Management.Attestation.Models.JSONWebKey> with get, set
Public Property Keys As IList(Of JSONWebKey)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to