Initializes a new instance of the BerGenerator class

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

Syntax

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

Parameters

outStream
Type: System.IO..::..Stream

See Also