7 references to ImpersonationLevel
mscorlib (3)
system\security\principal\windowsidentity.cs (1)
404TokenImpersonationLevel til = ImpersonationLevel;
system\security\principal\windowsprincipal.cs (2)
240if (m_identity.ImpersonationLevel == TokenImpersonationLevel.None) { 252if (!Win32Native.CheckTokenMembership((m_identity.ImpersonationLevel != TokenImpersonationLevel.None ? m_identity.AccessToken : token),
System.Runtime.Remoting (2)
channels\ipc\ipcserverchannel.cs (2)
419if (identity.ImpersonationLevel == TokenImpersonationLevel.Impersonation || 420identity.ImpersonationLevel == TokenImpersonationLevel.Delegation)
System.ServiceModel (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
523switch (windowsIdentity.ImpersonationLevel)
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\MessageRpc.cs (1)
58if (this.windowsIdentity == null || this.windowsIdentity.ImpersonationLevel != TokenImpersonationLevel.Impersonation)