Microsoft.IdentityModel.Tokens.JsonWebKeySet
Contains a collection of JsonWebKey that can be populated from a json string.
Default value for the flag that controls whether unresolved JsonWebKeys will be included in the resulting collection of GetSigningKeys method.
When deserializing from JSON any properties that are not defined will be placed here.
The original string used to create this instance if a string was provided.
Gets the IList<T>.
Flag that controls whether unresolved JsonWebKeys will be included in the resulting collection of GetSigningKeys method.
public JsonWebKeySet()
Initializes an new instance of JsonWebKeySet.
Initializes an new instance of JsonWebKeySet from a json string.
Returns a new instance of JsonWebKeySet.
Returns the JsonWebKeys as a IList<T>.