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

Syntax

C#
public Stream Open(
	Stream outStream,
	string encryptionOid
)
Visual Basic
Public Function Open ( _
	outStream As Stream, _
	encryptionOid As String _
) As Stream
Visual C++
public:
Stream^ Open(
	Stream^ outStream, 
	String^ encryptionOid
)

Parameters

outStream
Type: System.IO..::..Stream
encryptionOid
Type: System..::..String

See Also