你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UefiKeySignatures Class

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

Constructor

UefiKeySignatures(*args: Any, **kwargs: Any)

Variables

Name Description
pk

The Platform Key of this image version.

kek

The Key Encryption Keys of this image version.

db

The database of UEFI keys for this image version.

dbx

The database of revoked UEFI keys for this image version.

Attributes

db

The database of UEFI keys for this image version.

db: list['_models.UefiKey'] | None

dbx

The database of revoked UEFI keys for this image version.

dbx: list['_models.UefiKey'] | None

kek

The Key Encryption Keys of this image version.

kek: list['_models.UefiKey'] | None

pk

The Platform Key of this image version.

pk: _models.UefiKey | None