JAMS Developer Guide
UseSSL Property (FtpDownload)


MVPSI.JAMS.Activities Namespace > FtpDownload Class : UseSSL Property
Secure Socket Layer (SSL) Mode
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Security")>
<System.ComponentModel.DescriptionAttribute("Specifies whether to use FTPS (FTP over SSL)")>
<System.Activities.RequiredArgumentAttribute()>
Public Property UseSSL As SSLMode
'Usage
 
Dim instance As FtpDownload
Dim value As SSLMode
 
instance.UseSSL = value
 
value = instance.UseSSL
[System.ComponentModel.Category("Security")]
[System.ComponentModel.Description("Specifies whether to use FTPS (FTP over SSL)")]
[System.Activities.RequiredArgument()]
public SSLMode UseSSL {get; set;}
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

FtpDownload Class
FtpDownload Members