Initializes a new instance of the DerSequenceGenerator class
Namespace: Org.BouncyCastle.Asn1Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public DerSequenceGenerator( Stream outStream, int tagNo, bool isExplicit ) |
Visual Basic |
---|
Public Sub New ( _ outStream As Stream, _ tagNo As Integer, _ isExplicit As Boolean _ ) |
Visual C++ |
---|
public: DerSequenceGenerator( Stream^ outStream, int tagNo, bool isExplicit ) |
Parameters
- outStream
- Type: System.IO..::..Stream
- tagNo
- Type: System..::..Int32
- isExplicit
- Type: System..::..Boolean