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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.JsonWebKeySetTypeConverter))]
public class JsonWebKeySet : Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IJsonWebKeySet
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.JsonWebKeySetTypeConverter))>]
type JsonWebKeySet = class
interface IJsonWebKeySet
interface IJsonSerializable
Public Class JsonWebKeySet
Implements IJsonWebKeySet
- Inheritance
-
JsonWebKeySet
- Attributes
- Implements
Constructors
JsonWebKeySet() |
Creates an new JsonWebKeySet instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of JsonWebKeySet. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of JsonWebKeySet. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IJsonWebKeySet. |
FromJsonString(String) |
Creates a new instance of JsonWebKeySet, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of JsonWebKeySet into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |