THotPDF.AddPubKeyRecipient

THotPDF

 

Ankstesnis  Metodai  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);

 

Aprašas

Kviesti AddPubKeyRecipient po vieną kartą kiekvienam gavėjui po EnablePubKeyEncryption. Envelope turi būti netuščias PKCS#7 envelopedData DER blobas, kurį kūrėjas sukuria Windows CryptoAPI, OpenSSL arba kitu sertifikatų rinkiniu

 

Gavėjų tvarka išlaikoma PDF /Recipients masyve ir dalyvauja PDF algoritmo 9 file-key išvedime

 

See also: EnablePubKeyEncryption, CryptKeyLength, PDF Filter Support