Initializes a new instance of the EssCertID class

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

Syntax

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

Parameters

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

See Also