Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / DataChannelProtection Enumeration


In This Topic
    DataChannelProtection Enumeration
    In This Topic
    Value representing how a data channel is protected.
    Syntax
    'Declaration
     
    Public Enum DataChannelProtection 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As DataChannelProtection
    public enum DataChannelProtection : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberValueDescription
    Clear0Do not secure the data channel. Data is sent out in clear text.
    Private3The data will be encrypted and a checksum will be performed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Ftp.DataChannelProtection

    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