Initializes a new instance of the CmsContentInfoParser class

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

Syntax

C#
protected CmsContentInfoParser(
	Stream data
)
Visual Basic
Protected Sub New ( _
	data As Stream _
)
Visual C++
protected:
CmsContentInfoParser(
	Stream^ data
)

Parameters

data
Type: System.IO..::..Stream

See Also