EncryptionAlgorithm Property
The encryption algorithm.
Syntax
public OftpclientEncryptionAlgorithms EncryptionAlgorithm { get; set; }
enum OftpclientEncryptionAlgorithms { encra3DES, encraAES }
Public Property EncryptionAlgorithm As OftpclientEncryptionAlgorithms
Enum OftpclientEncryptionAlgorithms encra3DES encraAES End Enum
Default Value
0
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.