Click or drag to resize

IKsiServiceBeginSign Method (DataHash, UInt32, AsyncCallback, Object)

Begin create signature with given data hash (async).

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

Parameters

hash
Type: Guardtime.KSI.HashingDataHash
data hash
level
Type: SystemUInt32
the level value of the aggregation tree node
callback
Type: SystemAsyncCallback
callback when creating signature is finished
asyncState
Type: SystemObject
callback async state object

Return Value

Type: IAsyncResult
async result
See Also