EncryptionAlgorithm

Document properties, Security and Signatures

Popis

Vrací šifrovací algoritmus použitý k zašifrování vybraného dokumentu

K určení délky šifrovacího klíče lze použít funkci EncryptionStrength

Syntaxe

Delphi

Function TPDFlib.EncryptionAlgorithm: Integer;

ActiveX

Function PDFlib::EncryptionAlgorithm() As Long

DLL

int DLEncryptionAlgorithm(int InstanceID);

Return values

0Dokument není šifrovaný
1RC4
2AES-128
3AES-256
4AES-256-GCM