Type of checksum.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration FtpChecksumType |
| C# |
|---|
public enum FtpChecksumType |
Members
| Member name | Description | |
|---|---|---|
| Crc | Cyclic Redundancy Check (CRC-32). | |
| MD5 | Message-Digest algorithm 5. | |
| SHA1 | Secure Hash Algorithm. |