Initializes a new instance of the OtherHashAlgAndValue class

Namespace: Org.BouncyCastle.Asn1.Esf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

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
)

Collapse imageSee Also