CryptGetUserKey
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern bool CryptGetUserKey(
IntPtr hProv,
uint dwKeySpec,
ref IntPtr phUserKey
);Last updated
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern bool CryptGetUserKey(
IntPtr hProv,
uint dwKeySpec,
ref IntPtr phUserKey
);Last updated