RSAENH_CPGetUserKey (RSAENH.@)
BOOL RSAENH_CPGetUserKey ( HCRYPTPROV hProv, DWORD dwKeySpec, HCRYPTKEY* phUserKey )
Returns a handle to the user's private key-exchange- or signature-key.
hProv | [In] | The key container from which a user key is requested. |
dwKeySpec | [In] | AT_KEYEXCHANGE or AT_SIGNATURE. |
phUserKey | [Out] | Handle to the requested key or INVALID_HANDLE_VALUE in case of failure. |
Success: TRUE.
Failure: FALSE.
A newly created key container does not contain private user key. Create them with CPGenKey.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/rsaenh/rsaenh.c". gitlab.winehq.org/wine/wine/blob/master/dlls/rsaenh/rsaenh.c
Debug channel "crypt".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.