AddCRLF
Property AddCRLF As Boolean |
This property defines if encoding engine needs to
add new line feed to encrypted output or not. This property affects only on
Variant encryption/signing functions. By the existing standard it's required
that string encoded by base64 algorithms contained new line characters. However
many developers finds it uncomfortable when string has non printable characters.
By the default this value is set to False, this means resulting string will have
no new line characters, if you need them set property to True.
|