ReactOS 0.4.15-dev-7842-g558ab78
WIN_CERTIFICATE_UEFI_GUID Struct Reference

#include <WinCertificate.h>

Collaboration diagram for WIN_CERTIFICATE_UEFI_GUID:

Public Attributes

WIN_CERTIFICATE Hdr
 
EFI_GUID CertType
 
UINT8 CertData [1]
 

Detailed Description

Certificate which encapsulates a GUID-specific digital signature

Definition at line 74 of file WinCertificate.h.

Member Data Documentation

◆ CertData

UINT8 WIN_CERTIFICATE_UEFI_GUID::CertData[1]

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.

Definition at line 91 of file WinCertificate.h.

◆ CertType

EFI_GUID WIN_CERTIFICATE_UEFI_GUID::CertType

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

Definition at line 84 of file WinCertificate.h.

◆ Hdr

WIN_CERTIFICATE WIN_CERTIFICATE_UEFI_GUID::Hdr

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

Definition at line 79 of file WinCertificate.h.


The documentation for this struct was generated from the following file: