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

advapi32

.
Summary
The CryptDeriveKey function generates cryptographic session keys derived from a base data value.
.

public static extern bool CryptDeriveKey(IntPtr hProv,int Algid, IntPtr hBaseData, int flags, ref IntPtr phKey);

.

Declare Function CryptDeriveKey Lib "advapi32.dll" (ByVal hProv As IntPtr, _

.

System.Security.Cryptography.PasswordDeriveBytes and call the CryptDeriveKey.

.
Documentation
[CryptDeriveKey] on MSDN

 
Access PInvoke.net directly from VS: