 | SecurityImpersonationLevel Enumeration |
Impersonation level.
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 6.0.2+933687b98685771e2254dc15c3e0cef5847ab80c
Syntaxpublic enum SecurityImpersonationLevel
Public Enumeration SecurityImpersonationLevel
Dim instance As SecurityImpersonationLevel
type SecurityImpersonationLevel
Members
| Member name | Value | Description |
---|
| Anonymous | 0 |
Anonymous Level.
|
| Identification | 1 |
Identification Level.
|
| Impersonation | 2 |
Impersonation Level.
|
| Delegation | 3 |
Delegation Level.
|
See Also