JAMS Developer Guide
SSLMode Property


MVPSI.JAMS.Activities Namespace > FTPSession Class : SSLMode Property
Specifies whether to use SSL or plain text mode
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Security")>
<System.ComponentModel.DescriptionAttribute("Specifies whether to use SSL or plain text mode")>
<System.Activities.RequiredArgumentAttribute()>
Public Property SSLMode As SSLMode
'Usage
 
Dim instance As FTPSession
Dim value As SSLMode
 
instance.SSLMode = value
 
value = instance.SSLMode
[System.ComponentModel.Category("Security")]
[System.ComponentModel.Description("Specifies whether to use SSL or plain text mode")]
[System.Activities.RequiredArgument()]
public SSLMode SSLMode {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

FTPSession Class
FTPSession Members