Initializes a new instance of the SemanticsInformation class

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

Syntax

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

Parameters

semanticsIdentifier
Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier

See Also