ImageGear .NET v25.1 - 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
MemberValueDescription
AES_V15AES algorithm for encryption with a zero initialized iv.
AES_V26AES algorithm for encryption with a random initialized iv.
AES_V37AES algorithm for encryption with a 4 byte random iv.
RC4_V10RC4 algorithm for encryption.
RC4_V22RC4 algorithm for encryption.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats.PDF Namespace