Initializes a new instance of the DerT61String class

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

Syntax

C#
public DerT61String(
	byte[] str
)
Visual Basic
Public Sub New ( _
	str As Byte() _
)
Visual C++
public:
DerT61String(
	array<unsigned char>^ str
)

Parameters

str
Type: array<System..::..Byte>[]()[][]

See Also