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
| 0 | Dokument není šifrovaný |
|---|---|
| 1 | RC4 |
| 2 | AES-128 |
| 3 | AES-256 |
| 4 | AES-256-GCM |