cryptsetkeyparam (advapi32)
Last changed: certalarm@mail.ru-90.188.249.240

.
Summary
TODO - a short description

C# Signature:

[DllImport("advapi32.dll", SetLastError = true)]

public static extern bool CryptSetKeyParam(

      IntPtr hKey,
      int dwParam,
      byte[] pbData,
      int dwFlags
      );

[DllImport("advapi32.dll", SetLastError = true)]

public static extern bool CryptSetKeyParam(

      IntPtr hKey,
      int dwParam,
      ref uint pbData,
      int dwFlags
      );

VB Signature:

Declare Function CryptSetKeyParam Lib "advapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation