Click or drag to resize

IntegerTag Constructor (UInt32, Boolean, Boolean, UInt64)

Create new Integer TLV element from data.

Namespace:  Guardtime.KSI.Parser
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public IntegerTag(
	uint type,
	bool nonCritical,
	bool forward,
	ulong value
)

Parameters

type
Type: SystemUInt32
TLV element type
nonCritical
Type: SystemBoolean
Is TLV element non critical
forward
Type: SystemBoolean
Is TLV element forwarded
value
Type: SystemUInt64
TLV element unsigned long value
See Also