Click or drag to resize

SecurityHandlerGetEncryptionAlgorithmID Method

Gets the encryption algorithm id.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int GetEncryptionAlgorithmID()

Return Value

Type: Int32
The encryption algorithm identifier. A code specifying the algorithm to be used in encrypting and decrypting the document. Returned number corresponds to V entry in encryption dictionary. Currently allowed values are from 0-4. See PDF Reference Manual for more details.
See Also