CertifyModuleFinal (Windows Embedded CE 6.0)

1/5/2010

This function returns the final certification status of a file and any data embedded in the signature.

Syntax

BOOL CertifyModuleFinal(
  PBYTE* ppbSignData,
  PDWORD pcbSignData 
);

Parameters

  • ppbSignData
    [out] Pointer to optional data that might be embedded in the signature during the signing process.
  • pcbSignData
    [out] Number of bytes of signature data.

    Can be zero.

Return Value

TRUE indicates success.

FALSE indicates that a valid signature was not detected.

Remarks

Call this function when the kernel signals that the end of the module has been reached. The end of the module is reached when the cbData parameter of the OEMCertifyModule function is zero.

If additional attributes are included in the signature, such as a trust level or module name, you must search for this data.

This function is part of the Loadauth.lib component.

Requirements

Header Developer Implemented
Library loadauth.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Optional OAL Functions
CertifyModule
CertifyModuleInit
InitPubKey
OEMCertifyModule