Declare Function CryptDecrypt Lib "advapi32.dll" (ByVal hkey As IntPtr, _
ByVal hHash As IntPtr, <MarshalAs(UnmanagedType.Bool)> ByVal final As Boolean, _
ByVal flags As Integer, ByVal data As Byte(), ByRef dataLen As Integer) _
As <MarshalAs(UnmanagedType.Bool)> Boolean
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!
The CryptDecrypt function decrypts data previously encrypted using the CryptEncrypt function.
11/14/2007 5:36:46 PM - Trinian-206.169.231.69
Encrypts the data in pbData using the encryption key pointed to by hKey which contains the encryption algorithm that is used.
4/10/2007 3:13:06 PM - Carl Mailloux-209.226.94.110
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).