Click or drag to resize

HAKsiServiceSign Method

Create signature with given data hash (sync). 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 IKsiSignature Sign(
	DataHash hash,
	uint level = 0
)

Parameters

hash
Type: Guardtime.KSI.HashingDataHash
data hash
level (Optional)
Type: SystemUInt32
the level value of the aggregation tree node

Return Value

Type: IKsiSignature
KSI signature

Implements

IKsiServiceSign(DataHash, UInt32)
See Also