NET FTP Library
UseAuthSsl Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : UseAuthSsl Property
When EnableSSL is true, the default is to use AUTH TLS when connecting. If this property is set to true, use AUTH SSL
Syntax
'Declaration
 
Public Property UseAuthSsl As System.Boolean
'Usage
 
Dim instance As FTP
Dim value As System.Boolean
 
instance.UseAuthSsl = value
 
value = instance.UseAuthSsl
public System.bool UseAuthSsl {get; set;}
public read-write property UseAuthSsl: System.Boolean; 
public function get,set UseAuthSsl : System.boolean
public: __property System.bool get_UseAuthSsl();
public: __property void set_UseAuthSsl( 
   System.bool value
);
public:
property System.bool UseAuthSsl {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members