Click or drag to resize

IVerificationContext Interface

Verification context interface.

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 interface IVerificationContext

The IVerificationContext type exposes the following members.

Properties
  NameDescription
Public propertyDocumentHash
Get or set document hash.
Public propertyDocumentHashLevel
Get document hash node level value in the aggregation tree
Public propertyIsExtendingAllowed
Is extending allowed.
Public propertyKsiService
Get KSI service.
Public propertyPublicationsFile
Get publications file.
Public propertySignature
Get or set signature.
Public propertyUserPublication
Get user publication.
Top
Methods
  NameDescription
Public methodGetExtendedCalendarHashChain
Get extended calendar hash chain from given publication time.
Public methodGetExtendedLatestCalendarHashChain
Get extended latest calendar hash chain.
Top
See Also