VerificationRuleGetExtendedCalendarHashChain Method
|
Get extended calendar hash chain from given publication time.
Namespace:
Guardtime.KSI.Signature.Verification.Rule
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic static CalendarHashChain GetExtendedCalendarHashChain(
IVerificationContext context,
ulong publicationTime
)
Public Shared Function GetExtendedCalendarHashChain (
context As IVerificationContext,
publicationTime As ULong
) As CalendarHashChain
public:
static CalendarHashChain^ GetExtendedCalendarHashChain(
IVerificationContext^ context,
unsigned long long publicationTime
)
static member GetExtendedCalendarHashChain :
context : IVerificationContext *
publicationTime : uint64 -> CalendarHashChain
Parameters
- context
- Type: Guardtime.KSI.Signature.VerificationIVerificationContext
verification context - publicationTime
- Type: SystemUInt64
publication time
Return Value
Type:
CalendarHashChain
See Also