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





