IPWorks EDI 2020 C++ Builder Edition

Questions / Feedback?

OFTPConnectionEncryptionAlgorithm Property

The encryption algorithm used when sending files to the client.

Syntax

__property TibeOFTPServerOFTPConnectionEncryptionAlgorithms OFTPConnectionEncryptionAlgorithm[int ConnectionId] = { read=FOFTPConnectionEncryptionAlgorithm, write=FSetOFTPConnectionEncryptionAlgorithm };
enum TibeOFTPServerOFTPConnectionEncryptionAlgorithms { conencra3DES=0, conencraAES=1 };

Default Value

conencra3DES

Remarks

The encryption algorithm used when sending files to the client.

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

0 (encra3DES - default) DES (Triple Data Encryption Standard).
1 (encraAES) AES (Advanced Encryption Standard with key length of 128).

Note that this is only applicable when Version 2.0 of the protocol is used as indicated by OFTPConnectionVersion.

The ConnectionId parameter specifies the index of the item in the array. The size of the array is controlled by the OFTPConnectionCount property.

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]