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 "CryptDestroyHash" in [All]

advapi32

.
Summary
The CryptDestroyHash function destroys the hash object referenced by the hHash parameter. After a hash object has been destroyed, it can no longer be used. The destruction of hash objects after their use is finished is recommended for security reasons.
.

public static extern bool CryptDestroyHash(IntPtr hHash);

.

Declare Function CryptDestroyHash Lib "advapi32.dll" (ByVal hHash As IntPtr) _

.
Documentation
[CryptDestroyHash] on MSDN
.
Summary
The CryptVerifySignature function verifies the signature of a hash object. Before calling this function, CryptCreateHash must be called to create the handle of a hash object. CryptHashData or CryptHashSessionKey is then used to add data or session keys to the hash object. After CryptVerifySignature has been completed, only CryptDestroyHash can be called using the hHash handle.

 
Access PInvoke.net directly from VS: