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