IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

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);

Remarks

This method is the asynchronous version of the HashBlock method and is used to support asynchronous operations in WinRT. Please refer to HashBlock for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0