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