IPWorks EDI 2020 C++ Builder Edition

Questions / Feedback?

EncryptionAlgorithm Property

The encryption algorithm.

Syntax

__property TibeOFTPClientEncryptionAlgorithms EncryptionAlgorithm = { read=FEncryptionAlgorithm, write=FSetEncryptionAlgorithm };
enum TibeOFTPClientEncryptionAlgorithms { encra3DES=0, encraAES=1 };

Default Value

encra3DES

Remarks

In order to use encryption, you must set the VirtualFileSecurityLevel property. The supported algorithms for encryption are:

3DES (0)Triple Data Encryption Standard.
AES (1)Advanced Encryption Standard with key length of 128.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 C++ Builder Edition - Version 20.0 [Build 8203]