CalendarAuthenticationRecord Constructor
|
Create new calendar authentication record TLV element from TLV element
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic CalendarAuthenticationRecord(
ITlvTag tag
)
Public Sub New (
tag As ITlvTag
)
public:
CalendarAuthenticationRecord(
ITlvTag^ tag
)
new :
tag : ITlvTag -> CalendarAuthenticationRecord
Parameters
- tag
- Type: Guardtime.KSI.ParserITlvTag
TLV element
See Also