<div class="content" name="SECURITY_IMPERSONATION_LEVEL" uuid="4797d0a1-7b71-4a22-a5a0-8e2059aec239"><p>The SECURITY_IMPERSONATION_LEVEL enumeration defines a set
of values that specify security impersonation levels as specified in <a href="../ms-lsad/1b5471ef-4c33-4a91-b079-dfcbb82f05cc" data-linktype="relative-path">[MS-LSAD]</a>
section <a href="../ms-lsad/720cea10-cee2-4c45-9084-c6fa7d67d18d" data-linktype="relative-path">2.2.3.5</a>.</p><dl>
<dd>
<div><pre> typedef  enum _SECURITY_IMPERSONATION_LEVEL
 {
   SecurityAnonymous = 0,
   SecurityIdentification = 1,
   SecurityImpersonation = 2,
   SecurityDelegation = 3
 } SECURITY_IMPERSONATION_LEVEL,
  *PSECURITY_IMPERSONATION_LEVEL;
</pre></div>
</dd></dl><p>Individual value semantics are specified in [MS-LSAD]
section 2.2.3.5.</p></div>