EncryptionAlgorithm Enumeration
This enumeration contains the possible values of the encryption algorithm used to encrypt a PDF document
Namespace: EvoPdf.ChromiumAssembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
public enum EncryptionAlgorithm
RC4 | 1 |
RC4 encryption algorithm
|
AES | 2 |
AES encryption algorithm
|