TianoCore EDK2 master
|
#include <MdePkg/Include/Guid/ImageAuthentication.h>
Data Fields | |
EFI_GUID | SignatureOwner |
UINT8 | SignatureData [1] |
The format of a signature database.
Definition at line 52 of file ImageAuthentication.h.
UINT8 EFI_SIGNATURE_DATA::SignatureData[1] |
The format of the signature is defined by the SignatureType.
Definition at line 60 of file ImageAuthentication.h.
EFI_GUID EFI_SIGNATURE_DATA::SignatureOwner |
An identifier which identifies the agent which added the signature to the list.
Definition at line 56 of file ImageAuthentication.h.