Click or drag to resize

AggregationHashChainResult Constructor

Create chain result from level and data hash.

Namespace:  Guardtime.KSI.Signature
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public AggregationHashChainResult(
	ulong level,
	DataHash hash
)

Parameters

level
Type: SystemUInt64
hash chain level
hash
Type: Guardtime.KSI.HashingDataHash
output hash
See Also