Initializes a new instance of the OtherCertID class

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

Syntax

C#
public OtherCertID(
	OtherHash otherCertHash,
	IssuerSerial issuerSerial
)
Visual Basic
Public Sub New ( _
	otherCertHash As OtherHash, _
	issuerSerial As IssuerSerial _
)
Visual C++
public:
OtherCertID(
	OtherHash^ otherCertHash, 
	IssuerSerial^ issuerSerial
)

See Also