IKsiServiceEndSign Method
|
End create signature (async)
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
SyntaxIKsiSignature EndSign(
IAsyncResult asyncResult
)
Function EndSign (
asyncResult As IAsyncResult
) As IKsiSignature
IKsiSignature^ EndSign(
IAsyncResult^ asyncResult
)
abstract EndSign :
asyncResult : IAsyncResult -> IKsiSignature
Parameters
- asyncResult
- Type: SystemIAsyncResult
async result
Return Value
Type:
IKsiSignatureKSI signature
See Also