Mentalis.org Security Library documentation

RIPEMD160Managed.HashFinal Method 

Returns the computed RIPEMD160 hash as an array of bytes after all data has been written to the object.

[Visual Basic]
Overrides Protected Function HashFinal() As Byte()
[C#]
protected override byte[] HashFinal();

Return Value

The computed hash value.

Exceptions

Exception TypeCondition
ObjectDisposedExceptionThe RIPEMD160Managed instance has been disposed.

See Also

RIPEMD160Managed Class | RIPEMD160Managed Members | Org.Mentalis.Security.Cryptography Namespace