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.
Contains a collection of JsonWebKey that can be populated from a json string.
public class JsonWebKeySet
type JsonWebKeySet = class
Public Class JsonWebKeySet
- Inheritance
-
JsonWebKeySet
Remarks
provides support for https://datatracker.ietf.org/doc/html/rfc7517.
Constructors
JsonWebKeySet() |
Initializes an new instance of JsonWebKeySet. |
JsonWebKeySet(String) |
Initializes an new instance of JsonWebKeySet from a json string. |
Fields
DefaultSkipUnresolvedJsonWebKeys |
Default value for the flag that controls whether unresolved JsonWebKeys will be included in the resulting collection of GetSigningKeys() method. |
Properties
AdditionalData |
When deserializing from JSON any properties that are not defined will be placed here. |
Keys |
Gets the IList<T>. |
SkipUnresolvedJsonWebKeys |
Flag that controls whether unresolved JsonWebKeys will be included in the resulting collection of GetSigningKeys() method. |
Methods
Create(String) |
Returns a new instance of JsonWebKeySet. |
GetSigningKeys() |
Returns the JsonWebKeys as a IList<T>. |