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