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

advapi32

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

public static extern bool CryptEncrypt(IntPtr hKey, IntPtr hHash, int Final, uint dwFlags, byte[] pbData, ref uint pdwDataLen, uint dwBufLen);

.

Declare Function CryptEncrypt Lib "advapi32.dll" (ByVal hkey As IntPtr, _

.
Documentation
[CryptEncrypt] on MSDN

crypt32

.
Summary
The CryptEncryptMessage function encrypts and encodes a message.
.

public static extern bool CryptEncryptMessage(

.

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

.
Documentation
[CryptEncryptMessage] on MSDN

ncrypt

.

        internal static extern int NCryptEncrypt(IntPtr hKey,

.

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

.
Documentation
[NCryptEncrypt] on MSDN

 
Access PInvoke.net directly from VS: