Back to product page

Encryption property


Encryption method that will be used for communication.

Type

EncryptionMethods enumeration

Syntax

  • C#
  • VB.NET
EncryptionMethods Encryption {get; set; };

Property Encryption As EncryptionMethods

Remarks

When set to anything else than Any, during negotiation of secure connection between wodFtpDLX.NET and remote server, wodFtpDLX.NET will allow only specified encryption algorithm to be used for encrypted data transmission. If this property is set to Any (it is by default), any known (both by wodFtpDLX.NET and remote server) encryption may be used.

Additional encryption methods can be added to wodFtpDLX.NET on your request. If it is needed, drop us email at general@weonlydo.com

Platforms

Windows