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, Asn1OctetString hashValue ) |
| Visual Basic |
|---|
Public Sub New ( _ hashAlgorithm As AlgorithmIdentifier, _ hashValue As Asn1OctetString _ ) |
| Visual C++ |
|---|
public: OtherHashAlgAndValue( AlgorithmIdentifier^ hashAlgorithm, Asn1OctetString^ hashValue ) |
Parameters
- hashAlgorithm
- Type: Org.BouncyCastle.Asn1.X509..::..AlgorithmIdentifier
- hashValue
- Type: Org.BouncyCastle.Asn1..::..Asn1OctetString