UefiKeySignatures Class
Additional UEFI key signatures that will be added to the image in addition to the signature templates.
- Inheritance
-
azure.mgmt.compute._serialization.ModelUefiKeySignatures
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. |
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. |
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python