Desktop Functions: Smart Device Functions:
|
Search Results for "CryptDeriveKey" in [All]advapi32
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. |