OFTPConnectionEncryptionAlgorithm Property

The encryption algorithm used when sending files to the client.

Syntax

int GetOFTPConnectionEncryptionAlgorithm(int iConnectionId);
int SetOFTPConnectionEncryptionAlgorithm(int iConnectionId, int iOFTPConnectionEncryptionAlgorithm);

Possible Values

CONENCRA_3DES(0), 
CONENCRA_AES(1)

Default Value

0

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 Qt Edition - Version 20.0 [Build 8203]