Initializes a new instance of the OtherCertID class
Namespace: Org.BouncyCastle.Asn1.EssAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public OtherCertID( AlgorithmIdentifier algId, byte[] digest )  | 
| Visual Basic | 
|---|
Public Sub New ( _ algId As AlgorithmIdentifier, _ digest As Byte() _ )  | 
| Visual C++ | 
|---|
public: OtherCertID( AlgorithmIdentifier^ algId, array<unsigned char>^ digest )  | 
Parameters
- digest
 - Type: array<System..::..Byte>[]()[][]