RSAENH_CPExportKey (RSAENH.@)
BOOL RSAENH_CPExportKey ( HCRYPTPROV hProv, HCRYPTKEY hKey, HCRYPTKEY hPubKey, DWORD dwBlobType, DWORD dwFlags, BYTE* pbData, DWORD* pdwDataLen )
Export a key into a binary large object (BLOB).
hProv | [In] | Key container from which a key is to be exported. |
hKey | [In] | Key to be exported. |
hPubKey | [In] | Key used to encrypt sensitive BLOB data. |
dwBlobType | [In] | SIMPLEBLOB, PUBLICKEYBLOB or PRIVATEKEYBLOB. |
dwFlags | [In] | Currently none defined. |
pbData | [Out] | Pointer to a buffer where the BLOB will be written to. |
pdwDataLen | [In/Out] | I: Size of buffer at pbData, O: Size of BLOB. |
Success: TRUE.
Failure: FALSE.
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.