DecryptBlockAsync Method
Decrypts a block and returns the decrypted data.
Syntax
[VB.NET] Public Function DecryptBlockAsync(ByVal InputBuffer As String, ByVal LastBlock As Boolean) As Task<IList<byte>>
[C#] public Task<IList<byte>> DecryptBlockAsync(byte[] inputBuffer, bool lastBlock);