NET FTP Library
SslProtocol Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : SslProtocol Property
The SSL or TLS protocol (The default is SslProtocols.Default which is SSL 3.0 or TLS 1.0)
Syntax
'Declaration
 
Public Property SslProtocol As System.Security.Authentication.SslProtocols
'Usage
 
Dim instance As FTP
Dim value As System.Security.Authentication.SslProtocols
 
instance.SslProtocol = value
 
value = instance.SslProtocol
public System.Security.Authentication.SslProtocols SslProtocol {get; set;}
public read-write property SslProtocol: System.Security.Authentication.SslProtocols; 
public function get,set SslProtocol : System.Security.Authentication.SslProtocols
public: __property System.Security.Authentication.SslProtocols get_SslProtocol();
public: __property void set_SslProtocol( 
   System.Security.Authentication.SslProtocols value
);
public:
property System.Security.Authentication.SslProtocols SslProtocol {
   System.Security.Authentication.SslProtocols get();
   void set (    System.Security.Authentication.SslProtocols 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