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