EncryptionKeySize Enumeration
This enumeration contains the possible values of the length of the encryption key used to encrypt a PDF document
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public enum EncryptionKeySize
Public Enumeration EncryptionKeySize
EncryptKey40Bit | 1 |
A 40 bit length.
|
EncryptKey128Bit | 2 |
A 128 bit length.
|
EncryptKey256Bit | 3 |
A 256 bit length.
|