CryptoPairedKey Class

Definition

Details of a matching paired key or certificate.

public class CryptoPairedKey : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.CryptoPairedKey>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.CryptoPairedKey>
type CryptoPairedKey = class
    interface IJsonModel<CryptoPairedKey>
    interface IPersistableModel<CryptoPairedKey>
Public Class CryptoPairedKey
Implements IJsonModel(Of CryptoPairedKey), IPersistableModel(Of CryptoPairedKey)
Inheritance
CryptoPairedKey
Implements

Constructors

CryptoPairedKey()

Initializes a new instance of CryptoPairedKey.

Properties

Id

ID of the paired key or certificate.

PairedKeyType

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

Explicit Interface Implementations

IJsonModel<CryptoPairedKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CryptoPairedKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CryptoPairedKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CryptoPairedKey>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CryptoPairedKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to