Click or drag to resize

TcpKsiSigningServiceProtocolEndSign Method

End signing request.

Namespace:  Guardtime.KSI.Service.Tcp
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public byte[] EndSign(
	IAsyncResult ar
)

Parameters

ar
Type: SystemIAsyncResult
TCP KSI service async result

Return Value

Type: Byte
response bytes

Implements

IKsiSigningServiceProtocolEndSign(IAsyncResult)
See Also