EncryptionAlgorithm Enumeration
This enumeration contains the possible values of the encryption algorithm used to encrypt a PDF document
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public enum EncryptionAlgorithm
Public Enumeration EncryptionAlgorithm
public enum class EncryptionAlgorithm
RC4 | 1 |
RC4 encryption algorithm
|
AES | 2 |
AES encryption algorithm
|