WIN_CERTIFICATE

The WIN_CERTIFICATE structure is part of the PE/COFF specification.

Members

Variables

dwLength
UINT32 dwLength;

The length of the entire certificate, including the length of the header, in bytes.

wCertificateType
UINT16 wCertificateType;

The certificate type. See WIN_CERT_TYPE_xxx for the UEFI certificate types. The UEFI specification reserves the range of certificate type values from 0x0EF0 to 0x0EFF.

wRevision
UINT16 wRevision;

The revision level of the WIN_CERTIFICATE structure. The current revision level is 0x0200.

Meta