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(
	params OtherCertID[] otherCertIDs
)
Visual Basic
Public Sub New ( _
	ParamArray otherCertIDs As OtherCertID() _
)
Visual C++
public:
CompleteCertificateRefs(
	... array<OtherCertID^>^ otherCertIDs
)

Parameters

otherCertIDs
Type: array<Org.BouncyCastle.Asn1.Esf..::..OtherCertID>[]()[][]

See Also