Initializes a new instance of the DerEnumerated class

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

Syntax

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

Parameters

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

See Also