Click or drag to resize

HAKsiServiceBeginSign Method (DataHash, AsyncCallback, Object)

Begin create signature with given data hash (async). Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.

Namespace:  Guardtime.KSI.Service.HighAvailability
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public IAsyncResult BeginSign(
	DataHash hash,
	AsyncCallback callback,
	Object asyncState
)

Parameters

hash
Type: Guardtime.KSI.HashingDataHash
data hash
callback
Type: SystemAsyncCallback
callback when creating signature is finished
asyncState
Type: SystemObject
callback async state object

Return Value

Type: IAsyncResult
async result

Implements

IKsiServiceBeginSign(DataHash, AsyncCallback, Object)
See Also