Share via


InitPubKey (Windows Embedded CE 6.0)

1/5/2010

This function initializes a public key to be used for signature verification.

Syntax

BOOL InitPubKey( 
  BYTE* pKey,
  DWORD cbBlob 
);

Parameters

  • pKey
    [in] Pointer to a PUBLICKEYBLOB buffer that describes the public key.
  • cbBlob
    [in] Number of bytes in the pKey buffer.

Return Value

If the function succeeds, TRUE is returned; otherwise, FALSE is returned.

Remarks

This function must be called from the OEMInit function and 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

Other OAL Functions
CertifyModule
CertifyModuleFinal
CertifyModuleInit
OEMInit