Click or drag to resize

LegacyIdentity Class

Structure for holding legacy identity.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.SignatureLegacyIdentity

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

The LegacyIdentity type exposes the following members.

Constructors
  NameDescription
Public methodLegacyIdentity
Create a new legacy identity holder
Top
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
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also