Click or drag to resize

VerificationContext Class

Verification context.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.Signature.VerificationVerificationContext

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 class VerificationContext : IVerificationContext

The VerificationContext type exposes the following members.

Constructors
  NameDescription
Public methodVerificationContext
Create new verification context instance.
Public methodVerificationContext(IKsiSignature)
Create new verification context instance.
Top
Properties
  NameDescription
Public propertyDocumentHash
Get or set document hash.
Public propertyDocumentHashLevel
Get or set document hash node level value in the aggregation tree
Public propertyIsExtendingAllowed
Get or set if extending is allowed.
Public propertyKsiService
Get or set KSI service.
Public propertyPublicationsFile
Get or set publications file.
Public propertySignature
Get KSI signature.
Public propertyUserPublication
Get or set user publication.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetExtendedCalendarHashChain
Get extended calendar hash chain from given publication time.
Public methodGetExtendedLatestCalendarHashChain
Get extended latest calendar hash chain.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also