Initializes a new instance of the CompleteCertificateRefs class

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

Syntax

C#
public CompleteCertificateRefs(
	IEnumerable otherCertIDs
)
Visual Basic
Public Sub New ( _
	otherCertIDs As IEnumerable _
)
Visual C++
public:
CompleteCertificateRefs(
	IEnumerable^ otherCertIDs
)

Parameters

otherCertIDs
Type: System.Collections..::..IEnumerable

See Also