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