SecurityHandlerAlgorithmType Enumeration |
Secutiry handler algorithm type
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum SecurityHandlerAlgorithmType
Public Enumeration SecurityHandlerAlgorithmType
public enum class SecurityHandlerAlgorithmType
pdftron.SDF.SecurityHandlerAlgorithmType = function();
pdftron.SDF.SecurityHandlerAlgorithmType.createEnum('pdftron.SDF.SecurityHandlerAlgorithmType', false);
Members
| Member name | Value | Description |
---|
| e_RC4_40 | 1 | 40-bit RC4 algorithm. |
| e_RC4_128 | 2 | 128-bit RC4 algorithm. |
| e_AES | 3 | Use Crypt filters with 128-bit AES (Advanced Encryption Standard) algorithm. |
| e_AES_256 | 4 | Use Crypt filters with 256-bit AES (Advanced Encryption Standard) algorithm |
See Also