| SecurityImpersonationLevel Enumeration |
Impersonation level.
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 5.3.0+26b1fda2a4988e638aa77c5dd68f6ffd321a20c9
Syntax public 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