Xceed .NET Libraries Documentation
CipherAlgorithmType Enumeration


Xceed.Ftp Assembly > Xceed.Ftp Namespace : CipherAlgorithmType Enumeration
Value representing the algorithm used to cipher data.
Syntax
'Declaration
 
Public Enum CipherAlgorithmType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CipherAlgorithmType
public enum CipherAlgorithmType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberValueDescription
Aes26129The Advanced Encryption Standard (AES) algorithm.
Aes12826126The Advanced Encryption Standard (AES) algorithm with a 128 bit key.
Aes19226127The Advanced Encryption Standard (AES) algorithm with a 192 bit key.
Aes25626128The Advanced Encryption Standard (AES) algorithm with a 256 bit key.
CylinkMek26124Cylink Mek algorithm.
Des26113The Data Encryption Standard (DES) algorithm.
DesX26116DESX encryption algorithm.
None0No encryption algorithm is used.
Rc226114Rivest's Code 2 (RC2) algorithm.
Rc426625Rivest's Code 4 (RC4) algorithm.
Rc526125Rivest's Code 5 (RC5) algorithm.
Seal26626SEAL encryption algorithm.
Skipjack1Skipjack block encryption algorithm (FORTEZZA).
Tek26123TEK algorithm (FORTEZZA).
TripleDes26115The Triple Data Encryption Standard (3DES) algorithm.
TripleDes11226121Two-key triple DES encryption with effective key length equal to 112 bits.
Unknown-1Unknown encryption algorithm.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Ftp.CipherAlgorithmType

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

Xceed.Ftp Namespace