Initializes a new instance of the GeneralName class

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

Syntax

C#
public GeneralName(
	Asn1Object name,
	int tag
)
Visual Basic
Public Sub New ( _
	name As Asn1Object, _
	tag As Integer _
)
Visual C++
public:
GeneralName(
	Asn1Object^ name, 
	int tag
)

See Also