HashBlockAsync Method
Computes the hash value of specified data.
Syntax
[VB.NET] Public Function HashBlockAsync(ByVal InputBuffer As String, ByVal LastBlock As Boolean) As Task<IList<byte>>
[C#] public Task<IList<byte>> HashBlockAsync(byte[] inputBuffer, bool lastBlock);