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(
	int tag,
	Asn1Encodable name
)
Visual Basic
Public Sub New ( _
	tag As Integer, _
	name As Asn1Encodable _
)
Visual C++
public:
GeneralName(
	int tag, 
	Asn1Encodable^ name
)

See Also