4 references to Resolve
mscorlib (2)
system\security\policymanager.cs (2)
436
policy = level.
Resolve
( noEvidence ).PermissionSet;
456
zonePolicy = level.
Resolve
( zoneEvidence ).PermissionSet;
System.Web (2)
Hosting\ApplicationManager.cs (2)
1657
if (HttpRuntime.PolicyLevel == null || HttpRuntime.PolicyLevel.
Resolve
(evidence).PermissionSet.IsUnrestricted())
1659
else if (HttpRuntime.PolicyLevel.
Resolve
(evidence).PermissionSet.Equals(Nothing))