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)
Syntaxpublic byte[] EndSign(
IAsyncResult ar
)
Public Function EndSign (
ar As IAsyncResult
) As Byte()
public:
virtual array<unsigned char>^ EndSign(
IAsyncResult^ ar
) sealed
abstract EndSign :
ar : IAsyncResult -> byte[]
override EndSign :
ar : IAsyncResult -> byte[]
Parameters
- ar
- Type: SystemIAsyncResult
TCP KSI service async result
Return Value
Type:
Byteresponse bytes
Implements
IKsiSigningServiceProtocolEndSign(IAsyncResult)
See Also