Specifies standard security algorithms.
Syntax
'Declaration
Public Enum ImGearPDFStdSecurityMethod
Inherits System.Enum
public enum ImGearPDFStdSecurityMethod : System.Enum
__value public enum ImGearPDFStdSecurityMethod : public System.Enum
public enum class ImGearPDFStdSecurityMethod : public System.Enum
Members
Member | Value | Description |
AES_V1 | 5 | AES algorithm for encryption with a zero initialized iv. |
AES_V2 | 6 | AES algorithm for encryption with a random initialized iv. |
AES_V3 | 7 | AES algorithm for encryption with a 4 byte random iv. |
RC4_V1 | 0 | RC4 algorithm for encryption. (Unused) |
RC4_V2 | 2 | RC4 algorithm for encryption. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDFStdSecurityMethod
See Also