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