PdfEncryptionAlgorithm enumeration

PdfEncryptionAlgorithm enumeration

Specifies the encryption algorithm to use for encrypting a PDF document.

The PdfEncryptionAlgorithm type exposes the following members:

Fields

FieldDescription
RC4_40RC4 encryption, key length of 40 bits.
RC4_128RC4 encryption, key length of 128 bits.

See Also