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