Click or drag to resize

ITlvTag Interface

TLV objects base class.

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 ITlvTag

The ITlvTag type exposes the following members.

Properties
  NameDescription
Public propertyForward
Is tlv forwarded.
Public propertyNonCritical
Is tlv tag non critical.
Public propertyType
Tlv tag type.
Top
Methods
  NameDescription
Public methodEncode
Encode TLV object.
Public methodEncodeValue
Encode TLV object value.
Top
See Also