Initializes a new instance of the DistributionPointName class

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

Syntax

C#
public DistributionPointName(
	GeneralNames name
)
Visual Basic
Public Sub New ( _
	name As GeneralNames _
)
Visual C++
public:
DistributionPointName(
	GeneralNames^ name
)

See Also