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