ImageGear .NET v25.0 - Updated
ImGearPDFStdSecurityMethod Enumeration




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFStdSecurityMethod Enumeration
Specifies standard security algorithms.
Syntax
'Declaration
 
Public Enum ImGearPDFStdSecurityMethod 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPDFStdSecurityMethod
public enum ImGearPDFStdSecurityMethod : System.Enum 
__value public enum ImGearPDFStdSecurityMethod : public System.Enum 
public enum class ImGearPDFStdSecurityMethod : public System.Enum 
Members
MemberDescription
AES_V1AES algorithm for encryption with a zero initialized iv.
AES_V2AES algorithm for encryption with a random initialized iv.
AES_V3AES algorithm for encryption with a 4 byte random iv.
RC4_V1RC4 algorithm for encryption.
RC4_V2RC4 algorithm for encryption.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDFStdSecurityMethod

See Also

Reference

ImageGear.Formats.PDF Namespace