 | SecurityLogOnType Enumeration |
Logon type.
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 6.0.2+933687b98685771e2254dc15c3e0cef5847ab80c
Syntaxpublic 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