ComputeHash Method
Computes a hash.
Syntax
[VB.NET] Public Sub ComputeHash()
[C#] public void ComputeHash();
Remarks
This method computes a hash of the data specified by SetInputStream, InputMessage, or InputFile. The algorithm used is specified by Algorithm. The HashValue property will be populated with the computed hash.
The Progress event will fire with updates during this operation.
NOTE: This method has a corresponding asynchronous version (ComputeHashAsync) for use in the Xamarin environment.