Click or drag to resize

VerificationContextGetExtendedCalendarHashChain 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)
Syntax
public CalendarHashChain GetExtendedCalendarHashChain(
	Nullable<ulong> publicationTime
)

Parameters

publicationTime
Type: SystemNullableUInt64
publication time

Return Value

Type: CalendarHashChain
extended calendar hash chain

Implements

IVerificationContextGetExtendedCalendarHashChain(NullableUInt64)
See Also