2 references to Identity
System.Web (2)
Security\WindowsAuthenticationModule.cs (2)
97
else if (e.
Identity
== AnonymousIdentity)
100
e.Context.SetPrincipalNoDemand(new WindowsPrincipal(e.
Identity
), false /*needToSetNativePrincipal*/);