Class IdentitySecurityLog
Inheritance
IdentitySecurityLog
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public class IdentitySecurityLog : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IMultiTenant
Constructors
IdentitySecurityLog()
Declaration
protected IdentitySecurityLog()
IdentitySecurityLog(IGuidGenerator, SecurityLogInfo)
Declaration
public IdentitySecurityLog(IGuidGenerator guidGenerator, SecurityLogInfo securityLogInfo)
Parameters
Properties
Action
Declaration
public string Action { get; protected set; }
Property Value
ApplicationName
Declaration
public string ApplicationName { get; protected set; }
Property Value
BrowserInfo
Declaration
public string BrowserInfo { get; protected set; }
Property Value
ClientId
Declaration
public string ClientId { get; protected set; }
Property Value
ClientIpAddress
Declaration
public string ClientIpAddress { get; protected set; }
Property Value
CorrelationId
Declaration
public string CorrelationId { get; protected set; }
Property Value
CreationTime
Declaration
public DateTime CreationTime { get; protected set; }
Property Value
Identity
Declaration
public string Identity { get; protected set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; protected set; }
Property Value
TenantName
Declaration
public string TenantName { get; protected set; }
Property Value
UserId
Declaration
public Guid? UserId { get; protected set; }
Property Value
UserName
Declaration
public string UserName { get; protected set; }
Property Value
Implements
Extension Methods