| MD5Support Class |
Namespace: AsterNET.Util
The MD5Support type exposes the following members.
| Name | Description | |
|---|---|---|
| MD5Support |
Creates a message digest using the specified name to set Algorithm property.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInstance |
Generates a new instance of the MessageDigestSupport class using the specified algorithm
| |
| GetInstance(String) |
Generates a new instance of the MessageDigestSupport class using the specified algorithm
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update |
Updates the digest data with the specified array of bytes by making an append
operation in the internal array of data.
|
| Name | Description | |
|---|---|---|
| DigestData |
Computes the hash value for the internal data digest.
|