Namespace: Org.BouncyCastle.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Stream Open( Stream outStream, bool encapsulate, Stream dataOutputStream ) |
Visual Basic |
---|
Public Function Open ( _ outStream As Stream, _ encapsulate As Boolean, _ dataOutputStream As Stream _ ) As Stream |
Visual C++ |
---|
public: Stream^ Open( Stream^ outStream, bool encapsulate, Stream^ dataOutputStream ) |
Parameters
- outStream
- Type: System.IO..::..Stream
- encapsulate
- Type: System..::..Boolean
- dataOutputStream
- Type: System.IO..::..Stream