JSONWebKeySet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |