CompositeTagGetImprintTag Method
|
Create imprint tag from the given tag or return the given tag if it is already imprint tag.
Namespace:
Guardtime.KSI.Parser
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxprotected static ImprintTag GetImprintTag(
ITlvTag tag
)
Protected Shared Function GetImprintTag (
tag As ITlvTag
) As ImprintTag
protected:
static ImprintTag^ GetImprintTag(
ITlvTag^ tag
)
static member GetImprintTag :
tag : ITlvTag -> ImprintTag
Parameters
- tag
- Type: Guardtime.KSI.ParserITlvTag
Tag to create from.
Return Value
Type:
ImprintTag
See Also