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 nameDescription
Supported by the .NET Compact FrameworkCrc
Cyclic Redundancy Check (CRC-32).
Supported by the .NET Compact FrameworkMD5
Message-Digest algorithm 5.
Supported by the .NET Compact FrameworkSHA1
Secure Hash Algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also