Initializes a new instance of the DerObjectIdentifier class

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

Syntax

C#
public DerObjectIdentifier(
	string identifier
)
Visual Basic
Public Sub New ( _
	identifier As String _
)
Visual C++
public:
DerObjectIdentifier(
	String^ identifier
)

Parameters

identifier
Type: System..::..String

See Also