Returns the computed MD2CryptoServiceProvider hash as an array of bytes after all data has been written to the object.
[Visual Basic]
Overrides Protected Function HashFinal() As Byte()
The computed hash value.
| Exception Type | Condition | 
|---|---|
| ObjectDisposedException | The MD2CryptoServiceProvider instance has been disposed. | 
| CryptographicException | The data could not be hashed. | 
MD2CryptoServiceProvider Class | MD2CryptoServiceProvider Members | Org.Mentalis.Security.Cryptography Namespace