Click or drag to resize

KsiSignatureExtend Method (CalendarHashChain, IKsiSignatureFactory)

Extend KSI signature with given calendar hash chain.

Namespace:  Guardtime.KSI.Signature
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public IKsiSignature Extend(
	CalendarHashChain calendarHashChain,
	IKsiSignatureFactory signatureFactory = null
)

Parameters

calendarHashChain
Type: Guardtime.KSI.SignatureCalendarHashChain
calendar hash chain
signatureFactory (Optional)
Type: Guardtime.KSI.SignatureIKsiSignatureFactory
signature factory to be used when creating extended signature

Return Value

Type: IKsiSignature
extended KSI signature

Implements

IKsiSignatureExtend(CalendarHashChain, IKsiSignatureFactory)
See Also