Click or drag to resize

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)
Syntax
protected static ImprintTag GetImprintTag(
	ITlvTag tag
)

Parameters

tag
Type: Guardtime.KSI.ParserITlvTag
Tag to create from.

Return Value

Type: ImprintTag
See Also