Click or drag to resize

AggregationHashChainMetadata Constructor (String, String, NullableUInt64, NullableUInt64)

Create new aggregation hash chain link metadata 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 Metadata(
	string clientId,
	string machineId,
	Nullable<ulong> sequenceNumber = null,
	Nullable<ulong> requestTime = null
)

Parameters

clientId
Type: SystemString
Client identifier
machineId
Type: SystemString
Machine identifier
sequenceNumber (Optional)
Type: SystemNullableUInt64
Sequence number
requestTime (Optional)
Type: SystemNullableUInt64
Request time
See Also