Click or drag to resize

VerificationRuleGetCalendarHashChain Method

Get calendar has chain from KSI signature

Namespace:  Guardtime.KSI.Signature.Verification.Rule
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static CalendarHashChain GetCalendarHashChain(
	IKsiSignature signature,
	bool allowNullValue = false
)

Parameters

signature
Type: Guardtime.KSI.SignatureIKsiSignature
KSI signature
allowNullValue (Optional)
Type: SystemBoolean
indicates if returning null value is allowed

Return Value

Type: CalendarHashChain
calendar hash chain
See Also