PDFEncryptionAlgorithm¶
Namespace: O2S.Components.PDF4NET.Core.Security
The supported PDF encryption algorithms.
Inheritance Object → ValueType → Enum → PDFEncryptionAlgorithm
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| None | 0 | No encryption is used. |
| RC4 | 1 | RC4 encryption. |
| AES | 2 | AES encryption. |
| Unknown | 3 | Unknown encryption algorithm. |