Initializes a new instance of the OtherHash class

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

Syntax

C#
public OtherHash(
	byte[] sha1Hash
)
Visual Basic
Public Sub New ( _
	sha1Hash As Byte() _
)
Visual C++
public:
OtherHash(
	array<unsigned char>^ sha1Hash
)

Parameters

sha1Hash
Type: array<System..::..Byte>[]()[][]

See Also