[]
Provides MD5 digest calculation implementation.
public static class HashCalculator
| Name | Description |
|---|---|
| ComputeMD5(byte[]) | Computes the MD5 hash for the specified binary stream. |
| ComputeMD5(Stream) | Computes the MD5 hash for the specified binary stream. |
| ComputeSimpleHash(byte[]) | Computes a simplified hash for the specified binary stream. |
| ComputeSimpleHash(Stream) | Computes a simplified hash for the specified binary stream. |
| ComputeSimpleStringHash(byte[]) | Computes a simplified hash for the specified binary stream. |
| ComputeSimpleStringHash(Stream) | Computes a simplified hash for the specified binary stream. |