JAMS Developer Guide
AllowSSL Property (FtpDownload)


MVPSI.JAMS.Activities Namespace > FtpDownload Class : AllowSSL Property
Allow SSL 3.0
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Security")>
<System.ComponentModel.DescriptionAttribute("Allow SSL 3.0?")>
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.DisplayNameAttribute("AllowSSL3.0")>
Public Property AllowSSL As System.Boolean
'Usage
 
Dim instance As FtpDownload
Dim value As System.Boolean
 
instance.AllowSSL = value
 
value = instance.AllowSSL
[System.ComponentModel.Category("Security")]
[System.ComponentModel.Description("Allow SSL 3.0?")]
[System.Activities.RequiredArgument()]
[System.ComponentModel.DisplayName("AllowSSL3.0")]
public System.bool AllowSSL {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