/
SetDocumentHash

SetDocumentHash

Declaration

Delphi

function SetDocumentHash(Hash: Pointer; Size: Byte): Boolean;

ActiveX

HRESULT SetDocumentHash([in] VARIANT Hash, [out, retval] VARIANT_BOOL* Result);

Description

Important: this function is obsolete.

Function sets document hash for naturaSign V2 signature device. The hash is displayed on LCD during signing.

Arguments

Hash

Pointer to memory block with document hash.

Size

Hash size in bytes.

Return value

Function returns true on success, false on failure.

Related content

SetFinalDocumentHash
SetFinalDocumentHash
More like this
SetPreliminaryDocumentHash
SetPreliminaryDocumentHash
More like this
GetSignedDocHash
GetSignedDocHash
More like this
XMLGetSignInfoDocumentHash
XMLGetSignInfoDocumentHash
More like this
OnGetSignedDocHash
OnGetSignedDocHash
More like this
AddSignature
AddSignature
More like this