Click or drag to resize

IIdentity Interface

A structure that contains client identity and other information about the aggregation hash chain.

Namespace:  Guardtime.KSI.Signature
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public interface IIdentity

The IIdentity type exposes the following members.

Properties
  NameDescription
Public propertyClientId
Client identifier
Public propertyIdentityType
The type of the identity
Public propertyMachineId
Machine identifier
Public propertyRequestTime
The time when the server received the request from the client (in milliseconds)
Public propertySequenceNumber
A local sequence number of a request assigned by the machine that created the link
Top
See Also