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