setPID

Declaration

Delphi

procedure setPID(PadID: PIDType; certStr: ShortString);

C/C++

SOPAD_API void SOPAD_setPID(const SOPAD_PIDType pPadID, const char* szCertStr);

Description

Important: this function is obsolete.

This procedure sets the identifier which is used for encryption and decryption of the data.

You don't have to use this procedure if you use getPadSettings and setPadsettings.

Arguments

PadID

Signature pad identifier.

CertStr

Certificate of the application which tries to use this procedure.