Enum SECURITY_IMPERSONATION_LEVEL
- Namespace
- SunamoPInvoke.Enums
- Assembly
- SunamoPInvoke.dll
Specifies the security impersonation levels for token operations.
public enum SECURITY_IMPERSONATION_LEVEL
- Extension Methods
Fields
SecurityAnonymous = 0The server process cannot obtain identification information about the client.
SecurityDelegation = 3The server process can impersonate the client's security context on remote systems.
SecurityIdentification = 1The server process can obtain information about the client but cannot impersonate.
SecurityImpersonation = 2The server process can impersonate the client's security context on its local system.