LegacyPdu Constructor (ITlvTag)
|
Note: This API is now obsolete.
Create PDU from TLV element.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax[ObsoleteAttribute]
protected LegacyPdu(
ITlvTag tag
)
<ObsoleteAttribute>
Protected Sub New (
tag As ITlvTag
)
protected:
[ObsoleteAttribute]
LegacyPdu(
ITlvTag^ tag
)
[<ObsoleteAttribute>]
new :
tag : ITlvTag -> LegacyPdu
Parameters
- tag
- Type: Guardtime.KSI.ParserITlvTag
TLV element
See Also