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