| Hash (get) | Returns the computed hash. |
| HashName (get) | Returns the name of the hash algorithm used. |
| HashName (let) | Sets the name of the hash algorithm used. |
| Clear | Releases any resources and marks the object as disposed. |
| ComputeHash | Computes the hash code for the specific source. |
| GetKey | Returns the current key used by the hash. |
| Initialize | Resets an instance to begin computing a hash from the begining. |
| SetKey | Sets the key the hash will use. |
| TransformBlock | Processes a block of data towards the computed hash. |
| TransformFinalBlock | Processes the final block of data, generating the computed hash. |