ComputeHash Method
Computes a hash.
procedure ComputeHash();
Remarks
This method computes a hash of the data specified by InputMessage or InputFile. The algorithm used is specified by Algorithm. The HashValue property will be populated with the computed hash.
Input Notes
The component will determine the source of the input based on which properties are set.
The order in which the input properties are checked are as follows:
When a valid source is found the search stops.The Progress event will fire with updates during this operation.