Class SecurityLogInfo
Inheritance
SecurityLogInfo
Assembly: Volo.Abp.Security.dll
Syntax
public class SecurityLogInfo
Constructors
SecurityLogInfo()
Declaration
Properties
Action
Declaration
public string? Action { get; set; }
Property Value
ApplicationName
Declaration
public string? ApplicationName { get; set; }
Property Value
BrowserInfo
Declaration
public string? BrowserInfo { get; set; }
Property Value
ClientId
Declaration
public string? ClientId { get; set; }
Property Value
ClientIpAddress
Declaration
public string? ClientIpAddress { get; set; }
Property Value
CorrelationId
Declaration
public string? CorrelationId { get; set; }
Property Value
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
Declaration
public Dictionary<string, object> ExtraProperties { get; }
Property Value
Identity
Declaration
public string? Identity { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
TenantName
Declaration
public string? TenantName { get; set; }
Property Value
UserId
Declaration
public Guid? UserId { get; set; }
Property Value
UserName
Declaration
public string? UserName { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods