NET FTP Library
EnsureCertificates Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : EnsureCertificates Property
By default, any SSL Certificate errors are ignored. If EnsureCertificates is set to true, SSL Certificate errors will be thrown as exceptions
Syntax
'Declaration
 
Public Property EnsureCertificates As System.Boolean
'Usage
 
Dim instance As FTP
Dim value As System.Boolean
 
instance.EnsureCertificates = value
 
value = instance.EnsureCertificates
public System.bool EnsureCertificates {get; set;}
public read-write property EnsureCertificates: System.Boolean; 
public function get,set EnsureCertificates : System.boolean
public: __property System.bool get_EnsureCertificates();
public: __property void set_EnsureCertificates( 
   System.bool value
);
public:
property System.bool EnsureCertificates {
   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