[]
        
(Showing Draft Content)

C1.Pdf.PdfEncryptionType

PdfEncryptionType Enum

Specifies the type of encryption used for PDF security.

Namespace: C1.Pdf
Assembly: C1.Pdf.dll
Syntax
public enum PdfEncryptionType

Fields

Name Description
Aes128

AES 128 bit encryption algorithm.

NotPermit

Encryption is unavailable due to FIPS compliance (MD5 and AES128 are not FIPS-compliant).

Standard128

Standard 128 bit encryption algorithm.

Standard40

Standard 40 bit encryption algorithm.