|
THotPDF.EnablePubKeyEncryption
|
متدها بعدی CryptKeyLength |
|
رمزنگاری سند را به security handler کلیدعمومی PDF تغییر میدهد
نحو دلفی procedure EnablePubKeyEncryption(const Seed: AnsiString; KeyType: THPDFKeyType = aes128; EncryptMetadata: Boolean = true);
نحو C++ void __fastcall EnablePubKeyEncryption(System::AnsiString Seed, THPDFKeyType KeyType, bool EncryptMetadata);
توضیح EnablePubKeyEncryption یک دیکشنری
پس از این متد، برای هر گیرنده از AddPubKeyRecipient استفاده کنید. پیش از نوشتن سند،
همچنین ببینید: AddPubKeyRecipient, CryptKeyLength, ActivateProtection, پشتیبانی از فیلترهای PDF |