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

DecryptBlock Method

Decrypts a block and returns the decrypted data.

Syntax

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

Remarks

This method will decrypt the specified block and return the decrypted data.

InputBuffer specifies the encrypted block to decrypt.

LastBlock indicates whether the block is the last block.

NOTE: This method has a corresponding asynchronous version (DecryptBlockAsync) for use in the WinRT environment.

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