Click or drag to resize

EncryptionKeySize Enumeration

The length of the encryption key.

Namespace:  ExpertPdf.PDFSecurity
Assembly:  epsecurepdf (in epsecurepdf.dll) Version: 6.0
Syntax
public enum EncryptionKeySize
Members
  Member nameValueDescription
EncryptKey256Bit3 A 256 bit length.
EncryptKey128Bit2 A 128 bit length.
EncryptKey40Bit1 A 40 bit length.
See Also