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