crypthashpublickeyinfo (crypt32)
Last changed: anonymous

.
Summary
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.

C# Signature:

[DllImport("crypt32.dll", SetLastError=true)]
static extern TODO CryptHashPublicKeyInfo(TODO);

VB Signature:

Declare Function CryptHashPublicKeyInfo Lib "crypt32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation