Initializes a new instance of the Asn1TaggedObject class
Namespace: Org.BouncyCastle.Asn1Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
protected Asn1TaggedObject( int tagNo, Asn1Encodable obj ) |
| Visual Basic |
|---|
Protected Sub New ( _ tagNo As Integer, _ obj As Asn1Encodable _ ) |
| Visual C++ |
|---|
protected: Asn1TaggedObject( int tagNo, Asn1Encodable^ obj ) |