InitPubKey (Compact 2013)
10/16/2014
This function initializes a public key to use 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
TRUE indicates success. FALSE indicates failure.
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 |