HashAlgorithm: Hash (get)

Hash

Returns the computed hash after all data has been processed.

 Public Property Get Hash ( ) As Byte ( ) :

Return Values

Byte() -  A byte array containing the computed hash.

Remarks

The size of the array will vary depending on the hash algorithm being performed.

Read Only.

See Also

Project VBCorLib Overview | Class HashAlgorithm Overview