Initializes a new instance of the Asn1InputStream class

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

Syntax

C#
public Asn1InputStream(
	Stream inputStream,
	int limit
)
Visual Basic
Public Sub New ( _
	inputStream As Stream, _
	limit As Integer _
)
Visual C++
public:
Asn1InputStream(
	Stream^ inputStream, 
	int limit
)

Parameters

inputStream
Type: System.IO..::..Stream
limit
Type: System..::..Int32

See Also