@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CryptGetUserKey function retrieves a handle of one of a user's two ''public/private key pairs''. This function is used only by the owner of the public/private key pairs and only when the handle of a ''cryptographic service provider'' (CSP) and its associated ''key container'' is available. If the CSP handle is not available and the user's certificate is, use Crypt32.CryptAcquireCertificatePrivateKey. !!!!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: CryptGetUserKey@msdn on MSDN
Edit advapi32.CryptGet...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.