Click or drag to resize

AggregationHashChainLink Constructor (LinkDirection, String, String, NullableUInt64, NullableUInt64, 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,
	string clientId,
	string machineId = null,
	Nullable<ulong> sequenceNumber = null,
	Nullable<ulong> requestTime = null,
	ulong levelCorrection = 0
)

Parameters

direction
Type: Guardtime.KSI.SignatureLinkDirection
Direction
clientId
Type: SystemString
Client id of metadata element
machineId (Optional)
Type: SystemString
Machine id of metadata element
sequenceNumber (Optional)
Type: SystemNullableUInt64
Sequence number of metadata element
requestTime (Optional)
Type: SystemNullableUInt64
Request time of metadata element
levelCorrection (Optional)
Type: SystemUInt64
Level correction
See Also