The CryptHashPublicKeyInfo function encodes the public key information in a CERT_PUBLIC_KEY_INFO structure and computes the hash of the encoded bytes. The hash created is used with key identifier functions.
6/17/2014 12:55:26 AM - anonymous
.
static extern TODO CryptHashPublicKeyInfo(TODO);
.
Declare Function CryptHashPublicKeyInfo Lib "crypt32.dll" (TODO) As TODO