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

Syntax

C#
public string ToString(
	bool reverse,
	Hashtable oidSymbols
)
Visual Basic
Public Function ToString ( _
	reverse As Boolean, _
	oidSymbols As Hashtable _
) As String
Visual C++
public:
String^ ToString(
	bool reverse, 
	Hashtable^ oidSymbols
)

Parameters

reverse
Type: System..::..Boolean
oidSymbols
Type: System.Collections..::..Hashtable

See Also