/
setPID
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.
, multiple selections available,
Related content
getPID
getPID
More like this
SetDriverBin
SetDriverBin
More like this
GetEncryptedAesKey
GetEncryptedAesKey
More like this
getPadSettings
getPadSettings
More like this
setPadSettings
setPadSettings
More like this
DecryptSignatureAESKey
DecryptSignatureAESKey
More like this