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

crypt32

.

public static extern bool CryptDecryptMessage(

.

Declare Function CryptDecryptMessage Lib "crypt32.dll" (TODO) As TODO

.
Documentation
[CryptDecryptMessage] on MSDN

advapi32

.
Summary
The CryptDecrypt function decrypts data previously encrypted using the CryptEncrypt function.
.

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, _

.
Documentation
[CryptDecrypt] on MSDN

ncrypt

.

        internal static extern int NCryptDecrypt(

.

Declare Function NCryptDecrypt Lib "ncrypt.dll" (TODO) As TODO

.
Documentation
[NCryptDecrypt] on MSDN

 
Access PInvoke.net directly from VS: