Initializes a new instance of the EssCertIDv2 class

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

Syntax

C#
public EssCertIDv2(
	AlgorithmIdentifier algId,
	byte[] certHash
)
Visual Basic
Public Sub New ( _
	algId As AlgorithmIdentifier, _
	certHash As Byte() _
)
Visual C++
public:
EssCertIDv2(
	AlgorithmIdentifier^ algId, 
	array<unsigned char>^ certHash
)

Parameters

algId
Type: Org.BouncyCastle.Asn1.X509..::..AlgorithmIdentifier
certHash
Type: array<System..::..Byte>[]()[][]

See Also