Initializes a new instance of the Targets class

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

Syntax

C#
public Targets(
	Target[] targets
)
Visual Basic
Public Sub New ( _
	targets As Target() _
)
Visual C++
public:
Targets(
	array<Target^>^ targets
)

Parameters

targets
Type: array<Org.BouncyCastle.Asn1.X509..::..Target>[]()[][]

See Also