[DllImport("advapi32.dll", SetLastError = true)]
[return: MarshalAs(UnmanagedType.Bool)]
public static extern bool CryptDecrypt(IntPtr hKey, IntPtr hHash, int Final, uint dwFlags, byte[] pbData, ref uint pdwDataLen);
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
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!