Share via


IJsonWebKeySet Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.JsonWebKeySetTypeConverter))]
public interface IJsonWebKeySet : Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.JsonWebKeySetTypeConverter))>]
type IJsonWebKeySet = interface
    interface IJsonSerializable
Public Interface IJsonWebKeySet
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Key

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to