Initializes a new instance of the TargetInformation class
Namespace: Org.BouncyCastle.Asn1.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public TargetInformation( Target[] targets )  | 
| Visual Basic | 
|---|
Public Sub New ( _ targets As Target() _ )  | 
| Visual C++ | 
|---|
public: TargetInformation( array<Target^>^ targets )  | 
Parameters
- targets
 - Type: array<Org.BouncyCastle.Asn1.X509..::..Target>[]()[][]