Click or drag to resize

TlvTagBuilderGetChildByType Method

Get the first child TLV tag of a given type.

Namespace:  Guardtime.KSI.Parser
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public ITlvTag GetChildByType(
	uint type
)

Parameters

type
Type: SystemUInt32
TLV tag type to be searched

Return Value

Type: ITlvTag
See Also