Click or drag to resize

KsiServiceGetSignResponsePayload Method

Get sign request response payload (async).

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public SignRequestResponsePayload GetSignResponsePayload(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: SystemIAsyncResult
async result

Return Value

Type: SignRequestResponsePayload
Request response payload

Implements

IKsiServiceGetSignResponsePayload(IAsyncResult)
See Also