Initializes a new instance of the CommitmentTypeIndication class

Namespace: Org.BouncyCastle.Asn1.Esf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public CommitmentTypeIndication(
	DerObjectIdentifier commitmentTypeId,
	Asn1Sequence commitmentTypeQualifier
)
Visual Basic
Public Sub New ( _
	commitmentTypeId As DerObjectIdentifier, _
	commitmentTypeQualifier As Asn1Sequence _
)
Visual C++
public:
CommitmentTypeIndication(
	DerObjectIdentifier^ commitmentTypeId, 
	Asn1Sequence^ commitmentTypeQualifier
)

Parameters

commitmentTypeId
Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier
commitmentTypeQualifier
Type: Org.BouncyCastle.Asn1..::..Asn1Sequence

See Also