Initializes a new instance of the PkixCertPath class

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

Syntax

C#
public PkixCertPath(
	ICollection certificates
)
Visual Basic
Public Sub New ( _
	certificates As ICollection _
)
Visual C++
public:
PkixCertPath(
	ICollection^ certificates
)

Parameters

certificates
Type: System.Collections..::..ICollection

See Also