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