UseHex Property
Whether input or output is hex encoded.
Data Type
BooleanDefault Value
falseRemarks
This property specifies whether the encrypted data is hex encoded.
If set to True, when encrypting the adapter will perform the encryption as normal and then hex encode the output.
If set to True, when decrypting the adapter will expect the input to hold hex encoded data. The adapter will then hex decode the data and perform decryption as normal.