THotPDF.AddPubKeyRecipient

THotPDF

 

Попередня  Методи  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);

 

Опис

Викликайте AddPubKeyRecipient один раз для кожного одержувача після EnablePubKeyEncryption. Envelope має бути непорожнім PKCS#7 envelopedData DER blob, створеним викликачем за допомогою Windows CryptoAPI, OpenSSL або іншого набору інструментів для сертифікатів

 

Order of recipients preserved in PDF /Recipients array and participates in PDF algorithm 9 file-key derivation

 

See also: EnablePubKeyEncryption, CryptKeyLength, PDF Filter Support