Share via


CertifyModuleFinal

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

BOOL CertifyModuleFinal(
  PBYTE* ppbSignData, 
  PDWORD pcbSignData 
);

Parameters

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

Return Values

TRUE indicates success; FALSE indicates that a valid signature was not detected.

Remarks

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

If there are additional attributes 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

OS Versions: Windows CE 2.10 and later.
Header: Not applicable.
Link Library: Loadauth.lib.

See Also

CertifyModule | CertifyModuleInit | InitPubKey | OEMCertifyModule

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.