PublicationRecordInSignature Constructor (ITlvTag)
|
Create new publication record TLV element to be used in signature.
Namespace:
Guardtime.KSI.Publication
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic PublicationRecordInSignature(
ITlvTag tag
)
Public Sub New (
tag As ITlvTag
)
public:
PublicationRecordInSignature(
ITlvTag^ tag
)
new :
tag : ITlvTag -> PublicationRecordInSignature
Parameters
- tag
- Type: Guardtime.KSI.ParserITlvTag
TLV element the publication record will be created from
See Also