Initializes a new instance of the OtherSigningCertificate class

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

Syntax

C#
public OtherSigningCertificate(
	OtherCertID otherCertID
)
Visual Basic
Public Sub New ( _
	otherCertID As OtherCertID _
)
Visual C++
public:
OtherSigningCertificate(
	OtherCertID^ otherCertID
)

See Also