| Hash (get) | Returns the computed hash. |
| Clear | Releases any resources being held by the hash algorithm. |
| ComputeHash | Computes the hash on a source in its entirety. |
| Initialize | Resets the base class to an initial state to begin computing the hash for a new set of values. |
| TransformBlock | Continues to compute the hash value for blocks of data. |
| TransformFinalBlock | Finalizes the hash computation by processing the last block of data. |