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( Targets targets )  | 
| Visual Basic | 
|---|
Public Sub New ( _ targets As Targets _ )  | 
| Visual C++ | 
|---|
public: TargetInformation( Targets^ targets )  | 
Parameters
- targets
 - Type: Org.BouncyCastle.Asn1.X509..::..Targets