SetInputStreamAsync Method
Sets the stream from which the component will read data to encrypt or decrypt.
Syntax
[VB.NET] Public Function SetInputStreamAsync(ByVal InputStream As System.IO.Stream) As Task
[C#] public Task SetInputStreamAsync(System.IO.Stream inputStream);