Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / EncryptionAlgorithm Enumeration

In This Topic
    EncryptionAlgorithm Enumeration
    In This Topic
    Defines possible encryption algorithms.
    Syntax
    'Declaration
     
    Public Enum EncryptionAlgorithm 
       Inherits System.Enum
    public enum EncryptionAlgorithm : System.Enum 
    Members
    MemberDescription
    AESThe AES algorithm.
    RC4The RC4 algorithm.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Security.EncryptionAlgorithm

    See Also