Click or drag to resize

KsiService Class

KSI service.
KSI service.
KSI service.
KSI service.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.ServiceKsiService

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

The KsiService type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAggregatorAddress
Aggregator address (url or ip)
Public propertyExtenderAddress
Extender address (url or ip)
Public propertyPduVersion
PDU format version
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 methodEquals (Inherited from Object.)
Public methodExtend(UInt64)
Extend to latest publication (sync).
Public methodExtend(UInt64, UInt64)
Extend to given publication (sync).
Protected methodFinalize (Inherited from Object.)
Protected methodGenerateRequestId
Generate new request ID
Public methodGetAggregatorConfig
Get additional aggregator configuration data (sync)
Public methodGetExtenderConfig
Get additional extender configuration data (sync)
Public methodGetHashCode (Inherited from Object.)
Public methodGetPublicationsFile
Get publications file (sync).
Public methodGetSignResponsePayload
Get sign request response payload (async).
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSign
Create signature with given data hash (sync).
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventAggregatorConfigChanged
Aggregator configuration changed event
Public eventExtenderConfigChanged
Extender configuration changed event
Top
See Also