Desktop Functions: Smart Device Functions:
|
Search Results for "CryptDecrypt" in [All]crypt32public static extern bool CryptDecryptMessage(
Declare Function CryptDecryptMessage Lib "crypt32.dll" (TODO) As TODO advapi322: CryptDecrypt
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, _ ncrypt |