Return a stream from which the data can be read.

Namespace: Org.BouncyCastle.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
Stream Read()
Visual Basic
Function Read As Stream
Visual C++
Stream^ Read()

Remarks

This routine may be called more than once, but previous returned streams should be closed first.

See Also