Click or drag to resize
Pdf Library for .NET

PdfEncryptionKeySize Enumeration

The length of the pdf encryption key.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public enum PdfEncryptionKeySize
Members
  Member nameValueDescription
EncryptKey256Bit3 246 bit length.
EncryptKey128Bit2 128 bit length.
EncryptKey40Bit1 40 bit length.
See Also