Class AbpSecurityLogOptions
Inheritance
System.Object
AbpSecurityLogOptions
Namespace: Volo.Abp.SecurityLog
Assembly: Volo.Abp.Security.dll
Syntax
public class AbpSecurityLogOptions : object
Constructors
AbpSecurityLogOptions()
Declaration
public AbpSecurityLogOptions()
Properties
ApplicationName
The name of the application or service writing security log. Default: null.
Declaration
public string ApplicationName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsEnabled
Default: true.
Declaration
public bool IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |