Click or drag to resize

TcpKsiServiceAsyncResult Properties

The TcpKsiServiceAsyncResult type exposes the following members.

Properties
  NameDescription
Public propertyAsyncState
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
(Inherited from KsiServiceAsyncResult.)
Public propertyAsyncWaitHandle
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
(Inherited from KsiServiceAsyncResult.)
Public propertyCompletedSynchronously
Gets a value that indicates whether the asynchronous operation completed synchronously.
(Inherited from KsiServiceAsyncResult.)
Public propertyDocumentHash
Data hash to be signed
(Inherited from KsiServiceAsyncResult.)
Public propertyError
Error thrown
(Inherited from KsiServiceAsyncResult.)
Public propertyHasError
Returns true if error is thrown
(Inherited from KsiServiceAsyncResult.)
Public propertyIsCompleted
Gets a value that indicates whether the asynchronous operation has completed.
(Inherited from KsiServiceAsyncResult.)
Public propertyIsDisposed
True if the instance is disposed
(Inherited from KsiServiceAsyncResult.)
Public propertyLevel
The level value of the aggregation tree node to be signed
(Inherited from KsiServiceAsyncResult.)
Public propertyPostData
Posted bytes
(Inherited from KsiServiceAsyncResult.)
Public propertyRequestId
Request ID
(Inherited from KsiServiceAsyncResult.)
Public propertyRequestType Obsolete.
TCP request type
Public propertyResultStream
Result byte stream
(Inherited from KsiServiceAsyncResult.)
Public propertyServiceRequestType
TCP request type (signing, extending, configuration request)
Top
See Also