InitPubKey (Windows CE 5.0)

Send Feedback

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

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 Values

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

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

See Also

CertifyModule | CertifyModuleFinal | CertifyModuleInit | OEMInit

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.