Initializes a new instance of the SemanticsInformation class

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

Syntax

C#
public SemanticsInformation(
	GeneralName[] generalNames
)
Visual Basic
Public Sub New ( _
	generalNames As GeneralName() _
)
Visual C++
public:
SemanticsInformation(
	array<GeneralName^>^ generalNames
)

Parameters

generalNames
Type: array<Org.BouncyCastle.Asn1.X509..::..GeneralName>[]()[][]

See Also