Initializes a new instance of the OtherSigningCertificate class

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

Syntax

C#
public OtherSigningCertificate(
	params OtherCertID[] certs
)
Visual Basic
Public Sub New ( _
	ParamArray certs As OtherCertID() _
)
Visual C++
public:
OtherSigningCertificate(
	... array<OtherCertID^>^ certs
)

Parameters

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

See Also