Back to product page

SecureMethod property


Determines SSL protocol used with FTPS.

Type

SslProtocols enumeration

Syntax

  • C#
  • VB.NET
SslProtocols SecureMethod {get; set; };

Property SecureMethod As SslProtocols

Remarks

This property determines which specific type of SSL connection should be made with the server, if default auto-selected value is not good enough.

Platforms

Windows