Table of Contents

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 = 0

The server process cannot obtain identification information about the client.

SecurityDelegation = 3

The server process can impersonate the client's security context on remote systems.

SecurityIdentification = 1

The server process can obtain information about the client but cannot impersonate.

SecurityImpersonation = 2

The server process can impersonate the client's security context on its local system.