SecurityHandlerGetEncryptionAlgorithmID Method |
Gets the encryption algorithm id.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetEncryptionAlgorithmID()
Public Function GetEncryptionAlgorithmID As Integer
public:
virtual int GetEncryptionAlgorithmID() sealed
function 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