6 references to Identity
System.Web (6)
Hosting\HostingEnvironment.cs (2)
458IdentitySection c = RuntimeConfig.GetAppConfig().Identity; 1749IdentitySection c = RuntimeConfig.GetConfig(virtualPath).Identity;
HttpContext.cs (3)
2018IdentitySection c = RuntimeConfig.GetConfig(this).Identity; 2138IdentitySection c = RuntimeConfig.GetConfig(this).Identity; 2153IdentitySection c = RuntimeConfig.GetConfig(this).Identity;
HttpRuntime.cs (1)
1145IdentitySection c = RuntimeConfig.GetAppConfig().Identity;