ComponentOne PDF for .NET
PdfEncryptionType Enumeration

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace : PdfEncryptionType Enumeration
Specifies the type of encryption used for PDF security.
Syntax
'Declaration
 
Public Enum PdfEncryptionType 
   Inherits System.Enum
public enum PdfEncryptionType : System.Enum 
Members
MemberDescription
Aes128AES 128 bit encryption algorithm.
NotPermitEncryption is unavailable due to FIPS compliance (MD5 and AES128 are not FIPS-compliant).
Standard128Standard 128 bit encryption algorithm.
Standard40Standard 40 bit encryption algorithm.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Pdf.PdfEncryptionType

See Also

Reference

C1.C1Pdf Namespace