UefiKeySignatures Class
Additional UEFI key signatures that will be added to the image in addition to the signature templates.
Constructor
UefiKeySignatures(*, pk: _models.UefiKey | None = None, kek: List[_models.UefiKey] | None = None, db: List[_models.UefiKey] | None = None, dbx: List[_models.UefiKey] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
pk
|
The Platform Key of this image version. Default value: None
|
kek
|
The Key Encryption Keys of this image version. Default value: None
|
db
|
The database of UEFI keys for this image version. Default value: None
|
dbx
|
The database of revoked UEFI keys for this image version. Default value: None
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python