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