/
OnGetAesKey
OnGetAesKey
Declaration
Delphi
procedure OnGetAesKey(Hash: OleVariant; out AesKey: OleVariant; out Succeeded: WordBool);
ActiveX
HRESULT OnGetAesKey([in] VARIANT Hash, [out] VARIANT* AesKey, [out] VARIANT_BOOL* Succeeded);
Description
This function should provide the preliminary document hash to the device driver, then read the encrypted AES key and return it to the API.
Samples
, multiple selections available,
Related content
OnGetNotaryInfo
OnGetNotaryInfo
More like this
OnDeviceLCDButtonHandlerEx
OnDeviceLCDButtonHandlerEx
Read with this
GetSignedDocHash
GetSignedDocHash
Read with this
OnGetDeviceCertificate
OnGetDeviceCertificate
More like this
OnLCDSignButton
OnLCDSignButton
Read with this
InitDeviceDLL
InitDeviceDLL
Read with this