SetSignProcessPFXFromFile
אבטחה וחתימות
תיאור
מגדיר קובץ לשימוש בתור הזהות הדיגיטלית עבור תהליך חתימה דיגיטלית
הקובץ צריך להיות בפורמט PKCS #12, הידוע גם בתור קובץ PFX, ולהכיל מפתח פרטי וגם תעודת X.509; קובצי PFX מוגנים בדרך כלל בסיסמה
תחביר
Delphi
Function TPDFlib.SetSignProcessPFXFromFile(SignProcessID: Integer; Const PFXFileName, PFXPassword: WideString): Integer;
ActiveX
Function PDFlib::SetSignProcessPFXFromFile(SignProcessID As Long, PFXFileName As String, PFXPassword As String) As Long
DLL
int DLSetSignProcessPFXFromFile(int InstanceID, int SignProcessID, const wchar_t * PFXFileName, const wchar_t * PFXPassword);
פרמטרים
| SignProcessID | ערך שהוחזר על ידי אחת מהפונקציות NewSignProcessFromFile, NewSignProcessFromStream או NewSignProcessFromString |
|---|---|
| PFXFileName | The path and name of the PFX signature file (PKCS #12 format). |
| PFXPassword | הסיסמה לפתיחת קובץ ה-PFX |