Initializes a new instance of the Asn1Generator class

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

Syntax

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

Parameters

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

See Also