HttpKsiServiceProtocolEndSign Method
|
End signing request.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic byte[] EndSign(
IAsyncResult asyncResult
)
Public Function EndSign (
asyncResult As IAsyncResult
) As Byte()
public:
virtual array<unsigned char>^ EndSign(
IAsyncResult^ asyncResult
) sealed
abstract EndSign :
asyncResult : IAsyncResult -> byte[]
override EndSign :
asyncResult : IAsyncResult -> byte[]
Parameters
- asyncResult
- Type: SystemIAsyncResult
HTTP KSI service async result
Return Value
Type:
Byteresponse bytes
Implements
IKsiSigningServiceProtocolEndSign(IAsyncResult)
See Also