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
)
Visual Basic
Public Sub New ( _
	commitmentTypeId As DerObjectIdentifier _
)
Visual C++
public:
CommitmentTypeIndication(
	DerObjectIdentifier^ commitmentTypeId
)

Parameters

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

See Also