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