Initializes a new instance of the QCStatement class

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

Syntax

C#
public QCStatement(
	DerObjectIdentifier qcStatementId
)
Visual Basic
Public Sub New ( _
	qcStatementId As DerObjectIdentifier _
)
Visual C++
public:
QCStatement(
	DerObjectIdentifier^ qcStatementId
)

See Also