[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
);
Declare Function CryptSetKeyParam Lib "advapi32.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!