CryptGetUserKey (advapi32)
Last changed: -63.174.218.5

.
Summary
TODO - a short description

C# Signature:

    [DllImport("advapi32.dll", SetLastError=true)]
    public static extern bool CryptGetUserKey(IntPtr hProv, uint dwKeySpec, ref IntPtr hKey);

VB Signature:

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

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation