Click or drag to resize

ICompositeTag Interface

TLV element containing other TLV elements.

Namespace:  Guardtime.KSI.Parser
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public interface ICompositeTag : ITlvTag, 
	IEnumerable<ITlvTag>, IEnumerable

The ICompositeTag type exposes the following members.

Properties
  NameDescription
Public propertyCount
Get TLV element list size
Public propertyForward
Is tlv forwarded.
(Inherited from ITlvTag.)
Public propertyItem
Get TLV child object
Public propertyNonCritical
Is tlv tag non critical.
(Inherited from ITlvTag.)
Public propertyType
Tlv tag type.
(Inherited from ITlvTag.)
Top
Methods
  NameDescription
Public methodEncode
Encode TLV object.
(Inherited from ITlvTag.)
Public methodEncodeValue
Encode TLV object value.
(Inherited from ITlvTag.)
Public methodGetChildren
Get array of child elements.
Public methodGetEnumerator (Inherited from IEnumerableITlvTag.)
Top
See Also