Initializes a new instance of the OtherHash class

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

Collapse imageSyntax

C#
public OtherHash(
	OtherHashAlgAndValue otherHash
)
Visual Basic
Public Sub New ( _
	otherHash As OtherHashAlgAndValue _
)
Visual C++
public:
OtherHash(
	OtherHashAlgAndValue^ otherHash
)

Collapse imageSee Also