17 references to IdentitySection
System.Web (17)
Configuration\IdentitySection.cs (4)
120
IdentitySection
parent = parentElement as
IdentitySection
;
138
IdentitySection
source = sourceElement as
IdentitySection
;
Configuration\RuntimeConfig.cs (3)
342
internal
IdentitySection
Identity {
344
return (
IdentitySection
) GetSection("system.web/identity", typeof(
IdentitySection
), ResultsIndex.Identity);
Configuration\SystemWebSectionGroup.cs (2)
137
public
IdentitySection
Identity {
139
return (
IdentitySection
) Sections["identity"];
Hosting\HostingEnvironment.cs (3)
110
private
IdentitySection
_appIdentity;
458
IdentitySection
c = RuntimeConfig.GetAppConfig().Identity;
1749
IdentitySection
c = RuntimeConfig.GetConfig(virtualPath).Identity;
Hosting\ISAPIApplicationHost.cs (1)
123
token =
IdentitySection
.CreateUserToken(username, password, out error);
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;