| SecurityLogOnType Enumeration |
Logon type.
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 5.3.0+26b1fda2a4988e638aa77c5dd68f6ffd321a20c9
Syntax public enum SecurityLogOnType
Public Enumeration SecurityLogOnType
Dim instance As SecurityLogOnType
Members
| Member name | Value | Description |
---|
| Interactive | 2 |
Interactive Logon.
|
| Network | 3 |
Network Logon.
|
| Batch | 4 |
Batch Logon.
|
| Service | 5 |
Logon as a Service.
|
| NetworkClearText | 8 |
Network Clear Text Logon.
|
| NewCredentials | 9 |
New Network Credentials.
|
See Also