Method HashFinal
HashFinal()
When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic hash algorithm.
Declaration
protected override byte[] HashFinal()
Returns
Type | Description |
---|---|
byte[] | Returns the computed hash. |