Desktop Functions: Smart Device Functions:
|
Search Results for "cryptdecrypt" in [All]ncrypt
internal static extern int NCryptDecrypt(
Declare Function NCryptDecrypt Lib "ncrypt.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, _ crypt32 |