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