1 write to hostSecurityPolicyResolver
System.Web (1)
Hosting\ApplicationManager.cs (1)
1640
hostSecurityPolicyResolver
= Activator.CreateInstance(
3 references to hostSecurityPolicyResolver
System.Web (3)
Hosting\ApplicationManager.cs (3)
1639
if (!String.IsNullOrEmpty(HttpRuntime.HostSecurityPolicyResolverType) &&
hostSecurityPolicyResolver
== null) {
1644
if (
hostSecurityPolicyResolver
!= null) {
1645
switch (
hostSecurityPolicyResolver
.ResolvePolicy(evidence)) {