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