Initializes a new instance of the EssCertIDv2 class
Namespace: Org.BouncyCastle.Asn1.EssAssembly: 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
- certHash
 - Type: array<System..::..Byte>[]()[][]