Initializes a new instance of the Target class

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

Collapse imageSyntax

C#
public Target(
	Target..::..Choice type,
	GeneralName name
)
Visual Basic
Public Sub New ( _
	type As Target..::..Choice, _
	name As GeneralName _
)
Visual C++
public:
Target(
	Target..::..Choice type, 
	GeneralName^ name
)

Collapse imageSee Also