2 references to HostSecurityPolicyResolverType
System.Web (2)
Hosting\ApplicationManager.cs (2)
1639if (!String.IsNullOrEmpty(HttpRuntime.HostSecurityPolicyResolverType) && hostSecurityPolicyResolver == null) { 1641Type.GetType(HttpRuntime.HostSecurityPolicyResolverType)) as HostSecurityPolicyResolver;