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


In This Topic
    CipherAlgorithmType Enumeration
    In This Topic
    Value representing the algorithm used to cipher data.
    Syntax
    'Declaration
     
    
    Public Enum CipherAlgorithmType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    'Usage
     
    
    Dim instance As CipherAlgorithmType
    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

    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Standard: netstandard2.0, netstandard2.1

    .NET Framework: net20, net35, net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also