Click or drag to resize

AggregationHashChainLink Constructor (LinkDirection, Boolean, Boolean, ITlvTag)

Create new aggregation hash chain link 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 Link(
	LinkDirection direction,
	bool nonCritical,
	bool forward,
	ITlvTag[] childTags
)

Parameters

direction
Type: Guardtime.KSI.SignatureLinkDirection
Direction
nonCritical
Type: SystemBoolean
Is TLV element non critical
forward
Type: SystemBoolean
Is TLV element forwarded
childTags
Type: Guardtime.KSI.ParserITlvTag
child TLV element list
See Also