Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "CryptSignHash" in [All]

advapi32

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

public static extern bool CryptSignHash(

.

Declare Function CryptSignHash Lib "advapi32.dll" (TODO) As TODO

.
Documentation
[CryptSignHash] on MSDN

 
Access PInvoke.net directly from VS: