UefiKeySignatures Class

Definition

Additional UEFI key signatures that will be added to the image in addition to the signature templates.

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

Constructors

UefiKeySignatures()

Initializes a new instance of UefiKeySignatures.

Properties

Db

The database of UEFI keys for this image version.

Dbx

The database of revoked UEFI keys for this image version.

Kek

The Key Encryption Keys of this image version.

Pk

The Platform Key of this image version.

Explicit Interface Implementations

IJsonModel<UefiKeySignatures>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UefiKeySignatures>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UefiKeySignatures>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UefiKeySignatures>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UefiKeySignatures>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to