IVerificationContextGetExtendedCalendarHashChain Method
|
Get extended calendar hash chain from given publication time.
Namespace:
Guardtime.KSI.Signature.Verification
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
SyntaxCalendarHashChain GetExtendedCalendarHashChain(
Nullable<ulong> publicationTime
)
Function GetExtendedCalendarHashChain (
publicationTime As Nullable(Of ULong)
) As CalendarHashChain
CalendarHashChain^ GetExtendedCalendarHashChain(
Nullable<unsigned long long> publicationTime
)
abstract GetExtendedCalendarHashChain :
publicationTime : Nullable<uint64> -> CalendarHashChain
Parameters
- publicationTime
- Type: SystemNullableUInt64
publication time
Return Value
Type:
CalendarHashChainextended calendar hash chain
See Also