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

ParameterDescription
Key Path to the private key file to decrypt the biodata (SKF format required)


Return values

Return valueDescription
0Success
1Error
2Wrong biometrical data version (may happen when document was sealed with a newer software version than the current one)