SmartFTP FTP Library
HashAlgo Enumeration
IDL
enum HashAlgo {
  ftpHashAlgoUnknown = 0,
  ftpHashAlgoCRC32 = 1,
  ftpHashAlgoMD5 = 2,
  ftpHashAlgoSHA1 = 3,
  ftpHashAlgoSHA256 = 4,
  ftpHashAlgoSHA384 = 5,
  ftpHashAlgoSHA512 = 6,
  ftpHashAlgoMD4 = 7,
  ftpHashAlgoDSS1 = 8,
  ftpHashAlgoDSS1RAW = 9,
  ftpHashAlgoRIPEMD160 = 10
};

This is record HashAlgo.

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.