HashAlgorithmBase: Hash (get)

Hash

Returns the computed hash.



 Public Property Get Hash ( ) As Byte ( )

Return Values

Byte() -  The compute hash value.

Remarks

Calling this property is only valid after the TransformFinalBlock has been called.

Read Only.

See Also

Project VBCorLib Overview Class HashAlgorithmBase Overview HashAlgorithmBase Properties HashAlgorithmBase Methods ComputeHash Initialize