TlvTagBuilder Constructor (ICompositeTag)
|
Create new TLV tag builder.
Namespace:
Guardtime.KSI.Parser
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic TlvTagBuilder(
ICompositeTag tag
)
Public Sub New (
tag As ICompositeTag
)
public:
TlvTagBuilder(
ICompositeTag^ tag
)
new :
tag : ICompositeTag -> TlvTagBuilder
Parameters
- tag
- Type: Guardtime.KSI.ParserICompositeTag
TLV tag to be used as base tag
See Also