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!
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.
8/25/2011 6:42:41 PM - -63.174.218.5
The CryptAcquireCertificatePrivateKey function obtains the ''private key'' for a certificate. This function is used to obtain access to a user's private key when the user's certificate is available, but the handle of the user's key container is not available. This function can only be used by the owner of a private key and not by any other user. If a CSP handle and the key container containing a user's private key are available, the CryptGetUserKey function should be used instead.
8/25/2011 6:33:42 PM - -63.174.218.5
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).