Share via


PairedKey Class

Definition

Details of a matching paired key or certificate.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.PairedKeyTypeConverter))]
public class PairedKey : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IPairedKey
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.PairedKeyTypeConverter))>]
type PairedKey = class
    interface IPairedKey
    interface IJsonSerializable
Public Class PairedKey
Implements IPairedKey
Inheritance
PairedKey
Attributes
Implements

Constructors

PairedKey()

Creates an new PairedKey instance.

Properties

Id

ID of the paired key or certificate.

Type

The type indicating whether the paired object is a key or certificate.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PairedKey.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PairedKey.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IPairedKey.

FromJsonString(String)

Creates a new instance of PairedKey, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PairedKey into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to