ArmComputeModelFactory.UefiKeySignatures Method

Definition

public static Azure.ResourceManager.Compute.Models.UefiKeySignatures UefiKeySignatures(Azure.ResourceManager.Compute.Models.UefiKey pk = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.UefiKey> kek = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.UefiKey> db = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.UefiKey> dbx = default);
static member UefiKeySignatures : Azure.ResourceManager.Compute.Models.UefiKey * seq<Azure.ResourceManager.Compute.Models.UefiKey> * seq<Azure.ResourceManager.Compute.Models.UefiKey> * seq<Azure.ResourceManager.Compute.Models.UefiKey> -> Azure.ResourceManager.Compute.Models.UefiKeySignatures
Public Shared Function UefiKeySignatures (Optional pk As UefiKey = Nothing, Optional kek As IEnumerable(Of UefiKey) = Nothing, Optional db As IEnumerable(Of UefiKey) = Nothing, Optional dbx As IEnumerable(Of UefiKey) = Nothing) As UefiKeySignatures

Parameters

pk
UefiKey

The Platform Key of this image version.

kek
IEnumerable<UefiKey>

The Key Encryption Keys of this image version.

db
IEnumerable<UefiKey>

The database of UEFI keys for this image version.

dbx
IEnumerable<UefiKey>

The database of revoked UEFI keys for this image version.

Returns

A new UefiKeySignatures instance for mocking.

Applies to