Enum SecurityLogMask
Defines what actions should be logged by the system
Namespace: NFX.Security
Assembly: NFX.dll
Syntax
[Flags]
public enum SecurityLogMask
Fields
| Name | Description |
|---|---|
| All | |
| Authentication | |
| Authorization | |
| Custom | |
| Gate | |
| Login | |
| LoginChange | |
| Logout | |
| Off | |
| UserCreate | |
| UserDestroy | |
| UserResume | |
| UserSuspend |