WIN_CERTIFICATE_UEFI_GUID

Certificate which encapsulates a GUID-specific digital signature

extern (C)
struct WIN_CERTIFICATE_UEFI_GUID {}

Members

Variables

CertData
UINT8[1] CertData;

The following is the certificate data. The format of the data is determined by the CertType. If CertType is EFI_CERT_TYPE_RSA2048_SHA256_GUID, the CertData will be EFI_CERT_BLOCK_RSA_2048_SHA256 structure.

CertType
EFI_GUID CertType;

This is the unique id which determines the format of the CertData. .

Hdr
WIN_CERTIFICATE Hdr;

This is the standard WIN_CERTIFICATE header, where wCertificateType is set to WIN_CERT_TYPE_EFI_GUID.

Meta