Initializes a new instance of the DerIA5String class

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

Syntax

C#
public DerIA5String(
	string str,
	bool validate
)
Visual Basic
Public Sub New ( _
	str As String, _
	validate As Boolean _
)
Visual C++
public:
DerIA5String(
	String^ str, 
	bool validate
)

Parameters

str
Type: System..::..String
validate
Type: System..::..Boolean

See Also