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


In This Topic
    HashAlgorithmType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum HashAlgorithmType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As HashAlgorithmType
    Members
    MemberValueDescription
    Hmac32777 
    Mac32773 
    Md232769 
    Md432770 
    Md532771 
    None0 
    ReplaceOneWay32779 
    Sha132772 
    Sha25632780 
    Sha38432781 
    Sha51232782 
    Unknown-1 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Ftp.HashAlgorithmType

    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