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