61 references to IsUnrestricted
mscorlib (49)
system\appdomain.cs (1)
4444return grantSet == null || grantSet.IsUnrestricted();
system\io\isolatedstorage\isolatedstoragefile.cs (1)
1896else if (ps.IsUnrestricted())
system\reflection\assembly.cs (1)
872return PermissionSet.IsUnrestricted();
system\runtime\interopservices\windowsruntime\custompropertyimpl.cs (1)
128Contract.Assert(AppDomain.CurrentDomain.PermissionSet.IsUnrestricted());
system\security\codeaccesssecurityengine.cs (4)
342else if (!grantedSet.IsUnrestricted()) 386if (refusedSet.IsUnrestricted()) 710isFullyTrusted = domainTrust.DefaultGrantSet.PermissionSet.IsUnrestricted(); 800bool isValidGrantSet = hostGrantSet.IsUnrestricted() ||
system\security\framesecuritydescriptor.cs (6)
126m_AssertFT = m_AssertFT || m_assertions.IsUnrestricted(); 230m_AssertFT = m_DeclarativeAssertions.IsUnrestricted(); 331if (!permSet.IsUnrestricted()) 359if (permSet.IsUnrestricted()) 391if (permSet.IsUnrestricted() || demand.CheckAssert(perm)) 542if (!permSet.IsUnrestricted())
system\security\permissionlistset.cs (1)
168if (assertPset.IsUnrestricted())
system\security\permissionset.cs (23)
467if (this.IsUnrestricted() && ((permToken.m_type & PermissionTokenType.IUnrestricted) != 0)) 570else if (this.IsUnrestricted() && !target.IsUnrestricted()) 788if (this.IsUnrestricted() && maxMax < otherMax) 794if (other.IsUnrestricted()) 830if (this.IsUnrestricted()) 837if (other.IsUnrestricted()) 859if (this.IsUnrestricted()) 884if (other.IsUnrestricted()) 952if (this.IsUnrestricted() && minMax < otherMax) 958if (other.IsUnrestricted() && minMax < thisMax) 995if (this.IsUnrestricted()) 1003if (other.IsUnrestricted()) 1166if (this.IsUnrestricted() || other.IsUnrestricted()) 1284if (this.IsUnrestricted() || other.IsUnrestricted()) 2275if (IsUnrestricted()) 2309if (IsUnrestricted()) 2449if (pset.IsUnrestricted()) 2521Contract.Assert((assertSet == null || !assertSet.IsUnrestricted()), "Cannot be unrestricted here"); 2528if (refusedSet.IsUnrestricted()) 2577Contract.Assert(!assertSet.IsUnrestricted(), "Cannot call this function if assertSet is unrestricted");
system\security\permissionsettriple.cs (3)
82if (psTriple.AssertSet != null && psTriple.AssertSet.IsUnrestricted()) 97Contract.Assert((!in_a.IsUnrestricted() || RefusedSet == null), "Cannot be unrestricted or refused must be null"); 186if (pSet.IsUnrestricted() || demand.CheckAssert(perm))
system\security\policy\policylevel.cs (1)
452currentPSet.SetUnrestricted(pSet.IsUnrestricted());
system\security\policymanager.cs (3)
173if (!grant.IsUnrestricted()) 437if (policy.IsUnrestricted()) 457if (zonePolicy.IsUnrestricted())
system\security\securitymanager.cs (4)
469if (requested != null && !requested.IsUnrestricted()) 569if ((grantSet != null && grantSet.IsUnrestricted()) && (deniedSet == null || deniedSet.IsEmpty())) { 582if (grantSet.IsUnrestricted()) { 603if (deniedSet.IsUnrestricted()) {
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
606return standardFolderSandbox.IsUnrestricted();
System.AddIn (2)
System\Addin\Hosting\AddInActivator.cs (2)
140if (!permissionSet.IsUnrestricted()) 223if (!permissionSet.IsUnrestricted())
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
301if (_restrictedPermissions != null && _restrictedPermissions.IsUnrestricted())
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
606return standardFolderSandbox.IsUnrestricted();
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\AspNetPartialTrustHelpers.cs (1)
37return perms == null || perms.IsUnrestricted();
System.Web (4)
Hosting\ApplicationManager.cs (3)
1516childGroup.PolicyStatement.PermissionSet.IsUnrestricted()) { 1635if (base.ResolvePolicy(evidence).IsUnrestricted()) { 1657if (HttpRuntime.PolicyLevel == null || HttpRuntime.PolicyLevel.Resolve(evidence).PermissionSet.IsUnrestricted())
HttpRuntime.cs (1)
3208childGroup.PolicyStatement.PermissionSet.IsUnrestricted()) {
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TrustManager.cs (2)
522if (pset != null && pset.IsUnrestricted()) 957if (null == matchingAppTrustExtraInfo && matchingTrust.DefaultGrantSet.PermissionSet.IsUnrestricted())