Table of Contents

Class UserSessionInfo

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

false Internal class with the session info.

public class UserSessionInfo
Inheritance
UserSessionInfo
Inherited Members

Constructors

UserSessionInfo()

public UserSessionInfo()

Properties

Database

Gets or sets the database this applies to.

public string? Database { get; set; }

Property Value

string

string

DateTime

Gets or sets the expiry date in UTC. Sessions remain valid until this DateTime has passed.

public DateTime? DateTime { get; set; }

Property Value

DateTime?

DateTime

LastPasswordChangedDate

Gets or sets the last date when user changed the password.

public DateTime? LastPasswordChangedDate { get; set; }

Property Value

DateTime?

DateTime

UltimateExpiryDateTime

Gets or sets the ultimate expiry date time. Sessions should expire after this time and cannot be extended.

public DateTime? UltimateExpiryDateTime { get; set; }

Property Value

DateTime?

The ultimate expiry date time. Sessions should expire after this time and cannot be extended.

Username

Gets or sets the user name.

public string? Username { get; set; }

Property Value

string

string