AllApi.net

[an error occurred while processing this directive]
 
CryptSignHash

Library: Advapi32

Min. Required OS: Windows NT 4.0 or later; Windows 95 OSR2 or later (or Windows 95 with Internet Explorer 3.02 or later)

Group: Crypto

Description: The CryptSignHash function is used to sign a piece of data. Because all signature algorithms are asymmetric and thus incredibly slow, CryptoAPI will not let data be signed directly. Instead, you must first hash the data and then use CryptSignHash to sign the hash value.

Example(s):
Crypto

Related function(s):
CryptCreateHash
CryptDestroyHash
CryptHashData
CryptVerifySignature
 
Copyright © 1998-2000, The KPD-Team.
Send mail to KPDTeam@Allapi.net with comments about this web site.
This site is located at
http://www.Allapi.net/