The CryptSignHash function signs data. Because all signature algorithms are asymmetric and thus slow, the CryptoAPI does not allow data to be signed directly. Instead, data is first hashed and CryptSignHash is used to sign the hash.
12/14/2016 7:11:37 AM - flyhippo@flyhippo.org-194.186.67.226
The CryptSignHash function signs data. Because all signature algorithms are asymmetric and thus slow, the CryptoAPI does not allow data to be signed directly. Instead, data is first hashed and CryptSignHash is used to sign the hash.
12/14/2016 7:11:37 AM - flyhippo@flyhippo.org-194.186.67.226
.
public static extern bool CryptSignHash(
.
Declare Function CryptSignHash Lib "advapi32.dll" (TODO) As TODO