MD5SHA1.HashFinal Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
HashFinal()
Returns the computed MD5SHA1 hash as an array of bytes after all data has been written to the object.
Declaration
protected override byte[] HashFinal()
Returns
Type | Description |
---|---|
Byte[] | The computed hash value. |