Click or drag to resize

IKsiService Interface

KSI service interface.

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public interface IKsiService

The IKsiService type exposes the following members.

Properties
  NameDescription
Public propertyAggregatorAddress
Aggregator address
Public propertyExtenderAddress
Extender address
Public propertyPublicationsFileAddress
Publications file url
Top
Methods
  NameDescription
Public methodBeginExtend(UInt64, AsyncCallback, Object)
Begin extend to latest publication (async).
Public methodBeginExtend(UInt64, UInt64, AsyncCallback, Object)
Begin extend to given publication (async).
Public methodBeginGetAggregatorConfig
Begin get additional aggregator configuration data (async)
Public methodBeginGetExtenderConfig
Begin get additional extender configuration data (async)
Public methodBeginGetPublicationsFile
Begin get publications file (async).
Public methodBeginSign(DataHash, AsyncCallback, Object)
Begin create signature with given data hash (async).
Public methodBeginSign(DataHash, UInt32, AsyncCallback, Object)
Begin create signature with given data hash (async).
Public methodEndExtend
End extend (async).
Public methodEndGetAggregatorConfig
End get additional aggregator configuration data (async)
Public methodEndGetExtenderConfig
End get additional extender configuration data (async)
Public methodEndGetPublicationsFile
End get publications file (async).
Public methodEndSign
End create signature (async)
Public methodExtend(UInt64)
Extend to latest publication (sync).
Public methodExtend(UInt64, UInt64)
Extend to given publication (sync).
Public methodGetAggregatorConfig
Get additional aggregator configuration data (sync)
Public methodGetExtenderConfig
Get additional extender configuration data (sync)
Public methodGetPublicationsFile
Get publications file (sync).
Public methodGetSignResponsePayload
Get sign request response payload (async).
Public methodSign
Create signature with given data hash (sync).
Top
Events
  NameDescription
Public eventAggregatorConfigChanged
Aggregator configuration changed event
Public eventExtenderConfigChanged
Extender configuration changed event
Top
See Also