SetOutputStreamAsync Method
Sets the stream to which the component will write encrypted or decrypted data.
Syntax
[VB.NET] Public Function SetOutputStreamAsync(ByVal OutputStream As System.IO.Stream) As Task
[C#] public Task SetOutputStreamAsync(System.IO.Stream outputStream);