Click or drag to resize

PublicationData Constructor (UInt64, DataHash, Boolean, Boolean)

Create new publication data TLV element from publication time and publication hash.

Namespace:  Guardtime.KSI.Publication
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public PublicationData(
	ulong publicationTime,
	DataHash publicationHash,
	bool nonCritical,
	bool forward
)

Parameters

publicationTime
Type: SystemUInt64
publication time
publicationHash
Type: Guardtime.KSI.HashingDataHash
publication hash
nonCritical
Type: SystemBoolean
Is TLV element non critical
forward
Type: SystemBoolean
Is TLV element forwarded
See Also