Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document.Export 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.Win.Document.Export.PdfEncryptionType

    See Also