ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfEncryptionType Enumeration

In This Topic
    PdfEncryptionType Enumeration
    In This Topic
    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