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
)
Visual Basic
Public Sub New ( _
	otherCertHash As OtherHash _
)
Visual C++
public:
OtherCertID(
	OtherHash^ otherCertHash
)

Parameters

otherCertHash
Type: Org.BouncyCastle.Asn1.Esf..::..OtherHash

See Also