ReactOS 0.4.15-dev-8096-ga0eec98
WIN_CERTIFICATE Struct Reference

#include <WinCertificate.h>

Public Attributes

UINT32 dwLength
 
UINT16 wRevision
 
UINT16 wCertificateType
 

Detailed Description

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

Definition at line 30 of file WinCertificate.h.

Member Data Documentation

◆ dwLength

UINT32 WIN_CERTIFICATE::dwLength

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

Definition at line 35 of file WinCertificate.h.

Referenced by WINTRUST_GetSignedMsgFromPEFile().

◆ wCertificateType

UINT16 WIN_CERTIFICATE::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.

Definition at line 46 of file WinCertificate.h.

Referenced by WINTRUST_GetSignedMsgFromPEFile().

◆ wRevision

UINT16 WIN_CERTIFICATE::wRevision

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

Definition at line 40 of file WinCertificate.h.


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