|
THotPDF.AddPubKeyRecipient
|
ก่อนหน้า เมธอด CryptKeyLength |
|
Adds one PKCS#7 recipient envelope to a public-key encrypted PDF.
Delphi syntax: procedure AddPubKeyRecipient(const EnvelopeDER: AnsiString);
C++ syntax: void __fastcall AddPubKeyRecipient(System::AnsiString EnvelopeDER);
คำอธิบาย เรียก
ลำดับของ recipients ถูกคงไว้ใน array
See also: EnablePubKeyEncryption, CryptKeyLength, PDF Filter Support |