EncryptionAlgorithm Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies encryption algorithm.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Without encryption. | |
RC4_40bit | 1 | Low encryption (40-bit RC4). Compatible with Acrobat 3.0 and later. | |
RC4_128bit | 2 | High encryption (128-bit RC4). Compatible with Acrobat 5.0 and later. | |
AES_128bit | 3 | High encryption (128-bit AES). Compatible with Acrobat 7.0 and later. | |
AES_256bit | 4 | Highest encryption (256-bit AES). Compatible with Acrobat 9.0 and later. |
See Also