Click or drag to resize

AggregationHashChainLink Constructor (LinkDirection, DataHash, UInt64)

Create new aggregation hash chain link TLV element with sibling 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 Link(
	LinkDirection direction,
	DataHash siblingHash,
	ulong levelCorrection = 0
)

Parameters

direction
Type: Guardtime.KSI.SignatureLinkDirection
Direction
siblingHash
Type: Guardtime.KSI.HashingDataHash
Sibling hash value
levelCorrection (Optional)
Type: SystemUInt64
Level correction
See Also