InitPubKey
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, then 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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.