3 references to ImpersonationLevel
System.Security.Principal.Windows (3)
System\Security\Principal\WindowsIdentity.cs (1)
478
TokenImpersonationLevel til =
ImpersonationLevel
;
System\Security\Principal\WindowsPrincipal.cs (2)
151
if (_identity.
ImpersonationLevel
== TokenImpersonationLevel.None)
167
if (!Interop.Advapi32.CheckTokenMembership((_identity.
ImpersonationLevel
!= TokenImpersonationLevel.None ? _identity.AccessToken : token),