Class IdentitySessionCacheItem
Inheritance
IdentitySessionCacheItem
Assembly: Volo.Abp.Identity.Pro.Domain.dll
Syntax
public class IdentitySessionCacheItem
Constructors
IdentitySessionCacheItem()
Declaration
public IdentitySessionCacheItem()
Properties
CacheLastAccessed
Declaration
public virtual DateTime? CacheLastAccessed { get; set; }
Property Value
HitCount
Declaration
public virtual int HitCount { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
IpAddress
Declaration
public virtual string IpAddress { get; set; }
Property Value
SessionId
Declaration
public virtual string SessionId { get; set; }
Property Value
Extension Methods