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

crypt32

.
Summary
The CryptSignAndEncryptMessage function creates a hash of the specified content, signs the hash, encrypts the content, hashes the encrypted contents and the signed hash, and then encodes both the encrypted content and the signed hash. The result is the same as if the hash were first signed and then encrypted.
.

static extern bool CryptSignAndEncryptMessage(

.

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

.
Documentation

 
Access PInvoke.net directly from VS: