Click or drag to resize

SecurityHandlerAlgorithmType Enumeration

Secutiry handler algorithm type

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum SecurityHandlerAlgorithmType
Members
  Member nameValueDescription
e_RC4_401 40-bit RC4 algorithm.
e_RC4_1282 128-bit RC4 algorithm.
e_AES3 Use Crypt filters with 128-bit AES (Advanced Encryption Standard) algorithm.
e_AES_2564Use Crypt filters with 256-bit AES (Advanced Encryption Standard) algorithm
See Also