Share via


JSONWebKeySet Class

Definition

public class JSONWebKeySet
type JSONWebKeySet = class
Public Class JSONWebKeySet
Inheritance
JSONWebKeySet

Constructors

JSONWebKeySet()

Initializes a new instance of the JSONWebKeySet class.

JSONWebKeySet(IList<JSONWebKey>)

Initializes a new instance of the JSONWebKeySet class.

Properties

Keys

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.

Applies to