Click or drag to resize

AggregationHashChain Constructor (UInt64, UInt64, DataHash, UInt64, AggregationHashChainLink)

Create new aggregation hash chain TLV element from TLV element.

Namespace:  Guardtime.KSI.Signature
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public AggregationHashChain(
	ulong aggreationTime,
	ulong[] chainIndex,
	DataHash inputHash,
	ulong aggregationAlgorithmId,
	AggregationHashChainLink[] chainLinks
)

Parameters

aggreationTime
Type: SystemUInt64
chainIndex
Type: SystemUInt64
inputHash
Type: Guardtime.KSI.HashingDataHash
aggregationAlgorithmId
Type: SystemUInt64
chainLinks
Type: Guardtime.KSI.SignatureAggregationHashChainLink
See Also