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

EncryptBlockAsync Method

Encrypts data and returns the encrypted block.

Syntax

[VB.NET]
Public Function EncryptBlockAsync(ByVal InputBuffer As String, ByVal LastBlock As Boolean) As IAsyncOperation<IList<byte>>
[C#]
public IAsyncOperation<IList<byte>> EncryptBlockAsync(byte[] inputBuffer, bool lastBlock);

Remarks

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

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