Click or drag to resize

AggregationHashChainLink Constructor (LinkDirection, AggregationHashChainMetadata, UInt64)

Create new aggregation hash chain link TLV element with metadata.

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,
	AggregationHashChainMetadata metadata,
	ulong levelCorrection = 0
)

Parameters

direction
Type: Guardtime.KSI.SignatureLinkDirection
Direction
metadata
Type: Guardtime.KSI.SignatureAggregationHashChainMetadata
Metadata element
levelCorrection (Optional)
Type: SystemUInt64
Level correction
See Also