10 references to Unrestricted
System (3)
compmod\system\security\permissions\AspNetHostingPermission.cs (3)
69case AspNetHostingPermissionLevel.Unrestricted: 91_level = AspNetHostingPermissionLevel.Unrestricted; 126return _level == AspNetHostingPermissionLevel.Unrestricted;
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\AspNetPartialTrustHelpers.cs (1)
73[AspNetHostingPermission(SecurityAction.Assert, Level = AspNetHostingPermissionLevel.Unrestricted)]
System.Web (6)
Cache\FileResponseElement.cs (1)
8[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Unrestricted)]
Cache\MemoryResponseElement.cs (1)
8[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Unrestricted)]
Cache\SubstitutionResponseElement.cs (1)
10[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Unrestricted)]
Configuration\WebConfigurationHost.cs (1)
731return HttpRuntime.HasAspNetHostingPermission(AspNetHostingPermissionLevel.Unrestricted);
HttpRuntime.cs (2)
2495[AspNetHostingPermission(SecurityAction.Demand, Level = AspNetHostingPermissionLevel.Unrestricted)] 2751if (HttpRuntime.HasAspNetHostingPermission(AspNetHostingPermissionLevel.Unrestricted))