/
LoadBioData
LoadBioData
Declaration
Delphi
function LoadBioData(const Key: PAnsiChar): Integer; stdcall;
AcitveX
HRESULT _stdcall LoadBioData([in] BSTR Key, [out, retval] long* Value);
Description
This function loads and decrypts biometrical data from a document, which was sealed with an earlier generation of software, or from a document, signed with the current generation of software.
Parameters
Parameter | Description |
---|---|
Key | Path to the private key file to decrypt the biodata (SKF format required) |
Return values
Return value | Description |
---|---|
0 | Success |
1 | Error |
2 | Wrong biometrical data version (may happen when document was sealed with a newer software version than the current one) |
, multiple selections available,
Related content
getBioData
getBioData
More like this
getBiodataString
getBiodataString
More like this
GetBioDataArrayEx
GetBioDataArrayEx
More like this
DecryptSignatureBiodata
DecryptSignatureBiodata
More like this
XMLGetSignInfoBioData
XMLGetSignInfoBioData
More like this
LoadEncHash
LoadEncHash
More like this