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

Syntax

C#
public Stream Open(
	Stream outStream,
	string signedContentType,
	bool encapsulate,
	Stream dataOutputStream
)
Visual Basic
Public Function Open ( _
	outStream As Stream, _
	signedContentType As String, _
	encapsulate As Boolean, _
	dataOutputStream As Stream _
) As Stream
Visual C++
public:
Stream^ Open(
	Stream^ outStream, 
	String^ signedContentType, 
	bool encapsulate, 
	Stream^ dataOutputStream
)

Parameters

outStream
Type: System.IO..::..Stream
signedContentType
Type: System..::..String
encapsulate
Type: System..::..Boolean
dataOutputStream
Type: System.IO..::..Stream

See Also