The FtpHash type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | (Inherited from Object.) | |
Verify(Stream) |
Computes the hash for the specified stream and compares
it to the value in this object. CRC hashes are not supported
because there is no built-in support in the .net framework and
a CRC implementation exceeds the scope of this project. If you
attempt to Verify() a CRC hash a NotImplemented() exception will
be thrown.
|
|
Verify(String) |
Computes the hash for the specified file and compares
it to the value in this object. CRC hashes are not supported
because there is no built-in support in the .net framework and
a CRC implementation exceeds the scope of this project. If you
attempt to Verify() a CRC hash a NotImplemented() exception will
be thrown.
|
Properties
Name | Description | |
---|---|---|
Algorithm |
Gets the algorithm that was used to compute the hash
|
|
IsValid |
Gets a value indicating if this object represents a
valid hash response from the server.
|
|
Value |
Gets the computed hash returned by the server
|