Click or drag to resize

TlvTagCheckTagType Method

Checks if TLV tag type is valid and throws a TLV exception if the type is invalid.

Namespace:  Guardtime.KSI.Parser
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
protected void CheckTagType(
	params uint[] expectedTagType
)

Parameters

expectedTagType
Type: SystemUInt32
See Also