PairedKey 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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |