Initializes a new instance of the DerGenerator class

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

Syntax

C#
protected DerGenerator(
	Stream outStream,
	int tagNo,
	bool isExplicit
)
Visual Basic
Protected Sub New ( _
	outStream As Stream, _
	tagNo As Integer, _
	isExplicit As Boolean _
)
Visual C++
protected:
DerGenerator(
	Stream^ outStream, 
	int tagNo, 
	bool isExplicit
)

Parameters

outStream
Type: System.IO..::..Stream
tagNo
Type: System..::..Int32
isExplicit
Type: System..::..Boolean

See Also