Click or drag to resize

IKsiSignatureExtend Method (CalendarHashChain, PublicationRecordInPublicationFile, IKsiSignatureFactory)

Extend signature to publication.

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

Parameters

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

Return Value

Type: IKsiSignature
extended KSI signature
See Also